diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-09 17:57:06 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-09 19:09:41 +0200 |
commit | e0dcd84d51cb66de545a69c82746fd261ecfedb0 (patch) | |
tree | 6197ec954a4d5757f4cf0d878e0858fa21788509 /gnu/packages/glib.scm | |
parent | 86723f98ab272b1a2621fb54ff88eab5e8e80fed (diff) | |
download | patches-e0dcd84d51cb66de545a69c82746fd261ecfedb0.tar patches-e0dcd84d51cb66de545a69c82746fd261ecfedb0.tar.gz |
gnu: libsigc++: Update home page.
* gnu/packages/glib.scm (libsigc++)[home-page]: Update to current.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 3c2f346837..c3dadbdfd3 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -550,7 +550,7 @@ by GDBus included in Glib.") (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 |