summaryrefslogtreecommitdiffstats
path: root/package/libs/libnl
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-10-11 22:19:25 +0000
committerLuka Perkov <luka@openwrt.org>2015-10-11 22:19:25 +0000
commitc420373557b4eaa1968d5e4a201ced552ed01590 (patch)
tree271ed10260d91042b60877f28db8b9189a5ebb54 /package/libs/libnl
parentb5842aed82e0c9101e99ec4bcf5959b931e98989 (diff)
downloadmaster-31e0f0ae-c420373557b4eaa1968d5e4a201ced552ed01590.tar.gz
master-31e0f0ae-c420373557b4eaa1968d5e4a201ced552ed01590.tar.bz2
master-31e0f0ae-c420373557b4eaa1968d5e4a201ced552ed01590.zip
libnl: fix URL
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org> SVN-Revision: 47183
Diffstat (limited to 'package/libs/libnl')
-rw-r--r--package/libs/libnl/Makefile2
1 files changed, 1 insertions, 1 deletions
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