projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d51db
)
libsigc++: Fix URL
8488/head
author
Rosen Penev
<rosenp@gmail.com>
Sun, 24 Mar 2019 20:12:42 +0000
(13:12 -0700)
committer
GitHub
<noreply@github.com>
Sun, 24 Mar 2019 20:12:42 +0000
(13:12 -0700)
Old URL is dead.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libsigc++/Makefile
patch
|
blob
|
history
diff --git
a/libs/libsigc++/Makefile
b/libs/libsigc++/Makefile
index e86753eb9bd40f6ce66b01884e0f3d5da0929789..74548defbf7c9486166920ccca25186fec5fd1c3 100644
(file)
--- a/
libs/libsigc++/Makefile
+++ b/
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:=http
s://libsigcplusplus.github.io/libsigcplusplus
/
DEPENDS:=+libstdcpp
endef