Browse Source

ddns-scripts: Fix typo s/ganid/gandi/

Signed-off-by: Bheesham Persaud <me@bheesham.com>
(cherry picked from commit ad7f24684e)
lilik-openwrt-22.03
Bheesham Persaud 2 years ago
committed by Josef Schlehofer
parent
commit
ca6eaf0cdd
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/ddns-scripts/Makefile

+ 2
- 2
net/ddns-scripts/Makefile View File

@ -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


Loading…
Cancel
Save