Browse Source

Merge pull request #6606 from neheb/patch-18

softflowd: Fix URL
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
c54ab71685
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/softflowd/Makefile

+ 1
- 1
net/softflowd/Makefile View File

@ -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


Loading…
Cancel
Save