diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-03-27 23:28:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 23:28:48 +0300 |
commit | e911c7db9d3e1d5e9334fb93cef6dc9dbe80d14c (patch) | |
tree | d8313785bdd0266084f04b3207afecff43e5c57a /net | |
parent | f5b926fc5a73e08b3aa1dcbc407afedc93be7183 (diff) | |
parent | 0f9000ef056b5b8edb5a95922aa160c343519b0d (diff) |
Merge pull request #5824 from neheb/xinetd
xinetd: Update URLs.
Diffstat (limited to 'net')
-rw-r--r-- | net/xinetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile index 3f8dc0cbd..c7c0ded85 100644 --- a/net/xinetd/Makefile +++ b/net/xinetd/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.3.15 PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.xinetd.org +PKG_SOURCE_URL:=https://github.com/xinetd-org/xinetd/archive PKG_HASH:=bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3 PKG_LICENSE:=xinetd PKG_LICENSE_FILES:=COPYRIGHT @@ -25,7 +25,7 @@ define Package/xinetd SECTION:=net CATEGORY:=Network TITLE:=A powerful and secure super-server - URL:=http://www.xinetd.org/ + URL:=https://github.com/xinetd-org PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> endef |