From: Rosen Penev Date: Mon, 26 Mar 2018 01:23:39 +0000 (-0700) Subject: xinetd: Update URLs. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0f9000ef056b5b8edb5a95922aa160c343519b0d;p=openwrt-packages.git 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 --- 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 endef