projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e1c7b9
)
ddns-scripts: Fix typo s/ganid/gandi/
author
Bheesham Persaud
<me@bheesham.com>
Sat, 13 Aug 2022 17:23:28 +0000
(13:23 -0400)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Fri, 19 Aug 2022 18:35:05 +0000
(20:35 +0200)
Signed-off-by: Bheesham Persaud <me@bheesham.com>
(cherry picked from commit
ad7f24684e42d74e6173b11d6f4e4c7662a656ac
)
net/ddns-scripts/Makefile
patch
|
blob
|
history
diff --git
a/net/ddns-scripts/Makefile
b/net/ddns-scripts/Makefile
index 7c21ca7a931dd15e0bc70f9bd7311d59ac0c17a6..fed24179f81aeb8f9c5d73487de5b01b02c437a1 100644
(file)
--- 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:=2
4
+PKG_RELEASE:=2
5
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 gan
id
.net
+ "option password" to be a valid API key for gan
di
.net
endef