aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-07-29 00:57:09 -0700
committerGitHub <noreply@github.com>2018-07-29 00:57:09 -0700
commit436a875ee3b742e3b22a705a38a51c1648b4042d (patch)
treec9ddaaaff21d158741e0137461297d0b77c1fbad /net
parenta9072f7a1ad263c909d049c81eaae35bb89ccf08 (diff)
softflowd: Fix URL
Found using uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/softflowd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/softflowd/Makefile b/net/softflowd/Makefile
index 18ae4eb82..1726179a7 100644
--- a/net/softflowd/Makefile
+++ b/net/softflowd/Makefile
@@ -26,7 +26,7 @@ define Package/softflowd
CATEGORY:=Network
DEPENDS:=+libpcap
TITLE:=softflowd
- URL:=http://code.google.com/p/softflowd/
+ URL:=https://code.google.com/archive/p/softflowd/
endef
define Package/softflowd/description