[packages] DNS change: jussieu.fr -> univ-paris-diderot.fr

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36585 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kerneis
2013-05-09 07:43:38 +00:00
parent c4ee8b1e3e
commit 5d51fa9ee2
3 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ PKG_VERSION:=0.53
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/
PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/
PKG_MD5SUM:=a1a610bf20965aa522cd766bf3d5829a
@ -22,8 +22,8 @@ define Package/ahcpd
SECTION:=ipv6
CATEGORY:=IPv6
TITLE:=Ad-Hoc Configuration Protocol daemon
URL:=http://www.pps.jussieu.fr/~jch/software/ahcp/
MAINTAINER:=Gabriel Kerneis <kerneis@pps.jussieu.fr>
URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/ahcp/
MAINTAINER:=Gabriel Kerneis <kerneis@pps.univ-paris-diderot.fr>
DEPENDS:=+kmod-ipv6 +ip +librt
endef