gnu: libsigc++: Update home page.
* gnu/packages/glib.scm (libsigc++)[home-page]: Update to current.
This commit is contained in:
parent
86723f98ab
commit
e0dcd84d51
|
@ -550,7 +550,7 @@ by GDBus included in Glib.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("m4" ,m4)))
|
("m4" ,m4)))
|
||||||
(home-page "http://libsigc.sourceforge.net/")
|
(home-page "https://libsigcplusplus.github.io/libsigcplusplus/")
|
||||||
(synopsis "Type-safe callback system for standard C++")
|
(synopsis "Type-safe callback system for standard C++")
|
||||||
(description
|
(description
|
||||||
"Libsigc++ implements a type-safe callback system for standard C++. It
|
"Libsigc++ implements a type-safe callback system for standard C++. It
|
||||||
|
|
Loading…
Reference in New Issue