diff options
author | Bheesham Persaud <me@bheesham.com> | 2022-08-13 13:23:28 -0400 |
---|---|---|
committer | Bheesham Persaud <me@bheesham.com> | 2022-08-17 13:55:41 -0400 |
commit | ad7f24684e42d74e6173b11d6f4e4c7662a656ac (patch) | |
tree | 7ae410f7ed230bdf168033d5779e38a17f1c40c0 /net/ddns-scripts/Makefile | |
parent | 6155b8245f40acfe79a4b299af4d1ffb2e4bee9b (diff) |
ddns-scripts: Fix typo s/ganid/gandi/
Signed-off-by: Bheesham Persaud <me@bheesham.com>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r-- | net/ddns-scripts/Makefile | 4 |
1 files 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 |