summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghav Gururajan <rg@raghavgururajan.name>2021-03-12 10:55:57 -0500
committerRaghav Gururajan <rg@raghavgururajan.name>2021-03-26 16:35:02 -0400
commit5a02cc8e647732080dad70eafa05ea1227a2b121 (patch)
tree510a6f69aec4158ce472b7920e13db05ba9affae
parentb0e5b89976ab103effdd27c35d2d733b7d3a82ad (diff)
downloadguix-patches-5a02cc8e647732080dad70eafa05ea1227a2b121.tar
guix-patches-5a02cc8e647732080dad70eafa05ea1227a2b121.tar.gz
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>
-rw-r--r--gnu/packages/gnome.scm11
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e56adee111..1b3bff8fcc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4604,13 +4604,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