diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2019-12-14 18:35:12 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-19 23:48:03 +0100 |
commit | ae4e141452a0e0ce126ae5b12a21b87999a26535 (patch) | |
tree | ebd896d2985f78c17a7253c505d81d201bd722e5 | |
parent | f6501b9f83769831ce38e4398d01ebaba0082f44 (diff) |
gnu: libhandy: Update description.
* gnu/packages/gnome.scm (libhandy)[description]: Fix typo and make
clear it's not only for mobile interfaces.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6f1bab385d..6ee5187da6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8827,7 +8827,8 @@ advanced image management tool") (home-page "https://source.puri.sm/Librem5/libhandy") (synopsis "Library full of GTK+ widgets for mobile phones") (description "The aim of the handy library is to help with developing user -intefaces for mobile devices using GTK+.") +interfaces for mobile devices using GTK+. It provides responsive GTK+ widgets +for usage on small and big screens.") (license license:lgpl2.1+))) (define-public libgit2-glib |