From ad7f24684e42d74e6173b11d6f4e4c7662a656ac Mon Sep 17 00:00:00 2001 From: Bheesham Persaud Date: Sat, 13 Aug 2022 13:23:28 -0400 Subject: [PATCH] ddns-scripts: Fix typo s/ganid/gandi/ Signed-off-by: Bheesham Persaud --- net/ddns-scripts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 7c21ca7a9..fed24179f 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=2.8.2 -PKG_RELEASE:=24 +PKG_RELEASE:=25 PKG_LICENSE:=GPL-2.0 @@ -201,7 +201,7 @@ define Package/ddns-scripts-gandi/description Dynamic DNS Client scripts extension for "gandi.net". It requires: "option username" to be a valid subdomain for gandi.net - "option password" to be a valid API key for ganid.net + "option password" to be a valid API key for gandi.net endef