From c221b8ce9d13b48e9787bc9acab10e62dca690ab Mon Sep 17 00:00:00 2001 From: hauke Date: Sat, 3 May 2014 11:57:17 +0000 Subject: [PATCH] etherpuppet: correct broken url Signed-off-by: Russell Senior git-svn-id: svn://svn.openwrt.org/openwrt/packages@40676 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/etherpuppet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/etherpuppet/Makefile b/net/etherpuppet/Makefile index f85f9d2d9..0851f84c5 100644 --- a/net/etherpuppet/Makefile +++ b/net/etherpuppet/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=0.3_r$(PKG_REV) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://hg.secdev.org/etherpuppet +PKG_SOURCE_URL:=https://bitbucket.org/secdev/etherpuppet PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=hg -- 2.11.0