diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 20:28:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 20:29:21 +0100 |
commit | f648695b762a1b7718286b5a4cd599900e13c741 (patch) | |
tree | 5b122ceec527b5f196f04a9d89183fb766277b2b | |
parent | 1cf5d2cf219069f64d51a26ca42600c5f38025ad (diff) | |
download | guix-f648695b762a1b7718286b5a4cd599900e13c741.tar.gz guix-f648695b762a1b7718286b5a4cd599900e13c741.zip |
gnu: libhandy: Update home page.
* gnu/packages/gnome.scm (libhandy)[home-page]: Update.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5713ae20f3..d04f2a132c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10915,7 +10915,7 @@ advanced image management tool") ;; Test suite dependencies. ("xorg-server" ,xorg-server-for-tests) ("hicolor-icon-theme" ,hicolor-icon-theme))) - (home-page "https://source.puri.sm/Librem5/libhandy") + (home-page "https://gitlab.gnome.org/GNOME/libhandy/") (synopsis "Library full of GTK+ widgets for mobile phones") (description "The aim of the handy library is to help with developing user interfaces for mobile devices using GTK+. It provides responsive GTK+ widgets |