me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 5 additions and 5 deletions

View File

@ -10174,11 +10174,11 @@ Refer to its propagated inputs instead.\n"
#$(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)