diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-07-28 15:33:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-28 15:33:08 -0700 |
commit | 64c358876e768003897685eeea612f61d88a0e0e (patch) | |
tree | 468ebc3fdf8a2ae83e3eb920c9feeab34f429154 /net/lksctp-tools/Makefile | |
parent | d88e28e71c3c425754bda377bbe71c8c248e7315 (diff) |
lksctp-tools: Update URL
The old website still references an old version. Fixes uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/lksctp-tools/Makefile')
-rw-r--r-- | net/lksctp-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lksctp-tools/Makefile b/net/lksctp-tools/Makefile index 9e85b91a4..5a89aa370 100644 --- a/net/lksctp-tools/Makefile +++ b/net/lksctp-tools/Makefile @@ -29,7 +29,7 @@ define Package/lksctp-tools/Default SECTION:=net CATEGORY:=Network TITLE:=SCTP user-land - URL:=http://lksctp.sourceforge.net + URL:=https://github.com/sctp/lksctp-tools endef define Package/libsctp |