diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-03-25 18:23:39 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-03-25 18:23:39 -0700 |
commit | 0f9000ef056b5b8edb5a95922aa160c343519b0d (patch) | |
tree | 6cf9d45def3d87be9cfddb0d0256630d7012a3d5 /net | |
parent | 2c2075032991282f563a8af8426132650d1de8dc (diff) |
xinetd: Update URLs.
xinetd.org has been defunct for a long time and it seems the main developer moved everything to GitHub.
Discovered with uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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 |