From: luka Date: Sun, 11 Oct 2015 22:19:25 +0000 (+0000) Subject: libnl: fix URL X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=e5b35233ab0c3067024ce269b2eca5c899d55588;ds=inline libnl: fix URL Signed-off-by: Baptiste Jonglez git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47183 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile index 241e9a76ed..b8e9067538 100644 --- a/package/libs/libnl/Makefile +++ b/package/libs/libnl/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libnl/default SECTION:=libs CATEGORY:=Libraries - URL:=http://people.suug.ch/~tgr/libnl/ + URL:=http://www.infradead.org/~tgr/libnl/ endef define Package/libnl-core