diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-01-27 14:36:41 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-01-27 14:38:27 +0800 |
commit | bd93547d2b7d731c3e6b2518f201fcd4239f3147 (patch) | |
tree | d478fe36bd3368e1b5166494500ca67ed2c89e5c | |
parent | f552f738e2d4bb1fc15acde8b7410e3d37586e2f (diff) |
inadyn: update package description and project url
Fixes #5348
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r-- | net/inadyn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/inadyn/Makefile b/net/inadyn/Makefile index 76fc1de0c..1da72132d 100644 --- a/net/inadyn/Makefile +++ b/net/inadyn/Makefile @@ -27,12 +27,12 @@ define Package/inadyn CATEGORY:=Network DEPENDS:=+confuse +libopenssl +ca-certificates TITLE:=A Dynamic DNS client with SSL/TLS support - URL:=https://github.com/troglobit/inadyn + URL:=http://troglobit.com/project/inadyn/ SUBMENU:=IP Addresses and Names endef define Package/inadyn/description - Suitable for embedded systems, written in C. + Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support endef define Package/inadyn/conffiles |