guix-commits
[Top][All Lists]
Advanced

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

69/124: gnu: json-glib: Update synopsis and description.


From: guix-commits
Subject: 69/124: gnu: json-glib: Update synopsis and description.
Date: Mon, 30 Aug 2021 16:28:57 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit f82db0f9db7f8222c74927e1ab74c41c4f560737
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 10:55:57 2021 -0500

    gnu: json-glib: Update synopsis and description.
    
    * gnu/packages/gnome.scm (json-glib) [synopsis]: Modify.
    [description]: Modify.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 gnu/packages/gnome.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1d71695..c9c1f59 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4682,13 +4682,10 @@ configuration storage systems.")
     (propagated-inputs
      `(("glib" ,glib)))                 ;according to json-glib-1.0.pc
     (home-page "https://wiki.gnome.org/Projects/JsonGlib";)
-    (synopsis "Compiler for the GObject type system")
-    (description
-     "JSON-GLib is a C library based on GLib providing serialization and
-deserialization support for the JavaScript Object Notation (JSON) format
-described by RFC 4627.  It provides parser and generator GObject classes and
-various wrappers for the complex data types employed by JSON, such as arrays
-and objects.")
+    (synopsis "Glib and GObject implementation of JSON")
+    (description "JSON-GLib is a library providing serialization and
+described by RFC 4627.  It implements a full JSON parser and generator using
+GLib and GObject, and integrates JSON with GLib data types.")
     (license license:lgpl2.1+)))
 
 (define-public libxklavier



reply via email to

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