guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: bug#37030: [PATCH] gnu: Add libgit2-glib.
Date: Fri, 16 Aug 2019 22:59:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hi,

Giacomo Leidi <address@hidden> skribis:

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

Applied with the nitpicking below.  :-)

Thanks,
Ludo’.

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";)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]