mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
a7ab8e4f48
commit
a13f69f0d6
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue