diff mbox series

bug#37030: [PATCH] gnu: Add libgit2-glib.

Message ID 87mug8g720.fsf@gnu.org
State Accepted
Headers show
Series bug#37030: [PATCH] gnu: Add libgit2-glib. | expand

Commit Message

Ludovic Courtès Aug. 16, 2019, 8:59 p.m. UTC
Hi,

Giacomo Leidi <goodoldpaul@autistici.org> skribis:

> * gnu/packages/gnome.scm (libgit2-glib): New variable.

Applied with the nitpicking below.  :-)

Thanks,
Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 57842d4b5b..d5e46e09c1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8309,8 +8309,8 @@  intefaces for mobile devices using GTK+.")
     (inputs
      `(("glib" ,glib)
        ("libgit2" ,libgit2)))
-    (synopsis "A glib wrapper library around the libgit2 git access library")
-    (description "libgit2-glib is a glib wrapper library around the libgit2 git
+    (synopsis "GLib wrapper around the libgit2 Git access library")
+    (description "libgit2-glib is a GLib wrapper library around the libgit2 Git
 access library.  It only implements the core plumbing functions, not really the
 higher level porcelain stuff.")
     (home-page "https://wiki.gnome.org/Projects/Libgit2-glib")