Browse Source
Merge pull request #8488 from neheb/patch-2
libsigc++: Fix URL
lilik-openwrt-22.03
Hannu Nyman
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 |
|
|
|
|
|
|
|