mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libsigc++: Update home page.
* gnu/packages/glib.scm (libsigc++)[home-page]: Update to current.
This commit is contained in:
parent
86723f98ab
commit
e0dcd84d51
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ (define libsigc++
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("m4" ,m4)))
|
||||
(home-page "http://libsigc.sourceforge.net/")
|
||||
(home-page "https://libsigcplusplus.github.io/libsigcplusplus/")
|
||||
(synopsis "Type-safe callback system for standard C++")
|
||||
(description
|
||||
"Libsigc++ implements a type-safe callback system for standard C++. It
|
||||
|
|
Loading…
Reference in a new issue