diff mbox series

[bug#38588,2/2] gnu: libhandy: Update description.

Message ID 20191214173512.4128-1-jonathan.brielmaier@web.de
State Accepted
Headers show
Series [bug#38588] gnu: Update libhandy to 0.0.12. | expand

Commit Message

Jonathan Brielmaier Dec. 14, 2019, 5:35 p.m. UTC
* gnu/packages/gnome.scm (libhandy)[description]: Fix typo and make
clear it's not only for mobile interfaces.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
2.24.0
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 979064f128..d25c9b2636 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8820,7 +8820,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