From: Bheesham Persaud Date: Sat, 13 Aug 2022 17:23:28 +0000 (-0400) Subject: ddns-scripts: Fix typo s/ganid/gandi/ X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ad7f24684e42d74e6173b11d6f4e4c7662a656ac;p=feed%2Fpackages.git ddns-scripts: Fix typo s/ganid/gandi/ Signed-off-by: Bheesham Persaud --- diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 7c21ca7a93..fed24179f8 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