diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-03-13 08:40:21 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-03-13 13:01:45 +0100 |
commit | 8f705a6fb017ccf992965d11c8e2adac1411917b (patch) | |
tree | 38f850c283fab2877d5c1d75ba0d9d56d40945b9 | |
parent | 67b17c1811ef6c1c7faf0cbde3aa7855326f719c (diff) |
gnu: G-Golf: Fix synopsis.
Suggested by David Pirotte previously, who had written in private mails that
"unlike the guix synopsis declares, g-golf is not a GI binding for
guile. it (obviously) implement a GI low level binding, but that only
covers 10% of g-golf's code, if not less".
* gnu/packages/guile-xyz.scm (guile-g-golf)[synopsis]: Use proper synopsis.
Change-Id: I96357d7989362b8da3cc256cc4fa47658a5091d4
-rw-r--r-- | gnu/packages/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 2a9c555443..213b719749 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2641,7 +2641,7 @@ capabilities.") (propagated-inputs (list gobject-introspection)) (home-page "https://www.gnu.org/software/g-golf/") - (synopsis "Guile bindings for GObject Introspection") + (synopsis "Guile Object Library for GNOME") (description "G-Golf (Gnome: (Guile Object Library for)) is a library for developing modern applications in Guile Scheme. It comprises a direct binding to the |