libnl: fix URL
authorLuka Perkov <luka@openwrt.org>
Sun, 11 Oct 2015 22:19:25 +0000 (22:19 +0000)
committerLuka Perkov <luka@openwrt.org>
Sun, 11 Oct 2015 22:19:25 +0000 (22:19 +0000)
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
SVN-Revision: 47183

package/libs/libnl/Makefile

index 241e9a76ed58aa92703292d50c474bac7a70dfca..b8e90675383d8bc24b2c3e9e17b86733a75ac297 100644 (file)
@@ -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