diff options
author | Shengjiang Quan <qsj287068067@126.com> | 2022-05-12 20:39:12 +0900 |
---|---|---|
committer | Shengjiang Quan <qsj287068067@126.com> | 2022-05-12 20:48:42 +0900 |
commit | 1a53aaa6cd262b3ee6d34a412ed9f36cb249f345 (patch) | |
tree | 3f01a6e7834508f49de3189b58ffcbf094a4227c /net/ddns-scripts/Makefile | |
parent | 6e0f77acbeef4134d750bc8cfd11d187359ea348 (diff) |
ddns-scripts: mydns.ip to mydns.jp
The provider is `mydns.jp` not `mydns.ip` which is wrong and misleading.
Signed-off-by: Shengjiang Quan <qsj287068067@126.com>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r-- | net/ddns-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index acd856411..7c21ca7a9 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:=23 +PKG_RELEASE:=24 PKG_LICENSE:=GPL-2.0 |