gnu: gnome: Update synopsis and description.

Gnome no longer considers itself “The GNU desktop environment”™, so let's
reflect that.

* gnu/packages/gnome.scm (gnome-meta-package)[synopsis]: Shorten to “Graphical
desktop environment”.
[description]: Adjust accordingly.
This commit is contained in:
Liliana Marie Prikler 2024-02-17 09:19:28 +01:00
parent a7ab8e4f48
commit a13f69f0d6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -10174,11 +10174,11 @@ (define-syntax gnome-meta-package
#$(package-name this-package))
(mkdir #$output))))
(home-page "https://www.gnome.org")
(synopsis "The GNU desktop environment")
(description "\
GNOME is the graphical desktop for GNU. It includes a wide variety of
applications for browsing the web, editing text and images, creating
documents and diagrams, playing media, scanning, and much more.")
(synopsis "Graphical desktop environment")
(description "GNOME is a graphical desktop environment.
It includes a wide variety of applications with a common interface for
browsing the web, editing text and images, creating documents and diagrams,
playing media, scanning, and much more.")
(license license:gpl2+)
(properties `((hidden? . #t))))))
(package (inherit base)