From: Luka Perkov <luka@openwrt.org>
Date: Sun, 11 Oct 2015 22:19:25 +0000 (+0000)
Subject: libnl: fix URL
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c420373557b4eaa1968d5e4a201ced552ed01590;p=openwrt%2Fstaging%2Fnbd.git

libnl: fix URL

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>

SVN-Revision: 47183
---

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