diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-07-31 22:39:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 22:39:59 +0300 |
commit | c54ab71685caf9f9b6ff500c5e821c5b1691b3d2 (patch) | |
tree | d2f18ca38c3d416d05e0b94942cf86200bdff2de /net | |
parent | 2fb64ad1a7582722c9566681c538f6a79c5834d5 (diff) | |
parent | 436a875ee3b742e3b22a705a38a51c1648b4042d (diff) |
Merge pull request #6606 from neheb/patch-18
softflowd: Fix URL
Diffstat (limited to 'net')
-rw-r--r-- | net/softflowd/Makefile | 2 |
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 |