summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2024-02-17 09:19:28 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2024-02-23 23:22:51 +0100
commita13f69f0d680fa2b1e70269293e022859be29b9c (patch)
tree4dc3ad00e597e0c25c37baa52be13d891d6f9af6
parenta7ab8e4f4893c1220eefe831d24bd9cf7064d39f (diff)
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.
-rw-r--r--gnu/packages/gnome.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c3707ea632..65fd9a5665 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)