Browse Source
libsigc++: Fix URL
Old URL is dead.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
libs/libsigc++/Makefile
|
|
@ -29,7 +29,7 @@ define Package/libsigcxx |
|
|
|
SECTION:=libs |
|
|
|
CATEGORY:=Libraries |
|
|
|
TITLE:=typesafe callback system for standard C++ |
|
|
|
URL:=http://libsigc.sourceforge.net/ |
|
|
|
URL:=https://libsigcplusplus.github.io/libsigcplusplus/ |
|
|
|
DEPENDS:=+libstdcpp |
|
|
|
endef |
|
|
|
|
|
|
|