diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-04 10:34:00 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-04 11:48:52 +0100 |
commit | fe4e698d770e96b0a5dc0aa3b11a7f85da15e55f (patch) | |
tree | 16eef047f7a16b0d8bdc30a21e341630d2c20e9f | |
parent | ffaf83dfb10a3c55c069fe05bc9e5d830fe843ed (diff) | |
download | patches-fe4e698d770e96b0a5dc0aa3b11a7f85da15e55f.tar patches-fe4e698d770e96b0a5dc0aa3b11a7f85da15e55f.tar.gz |
gnu: gnome: Sync description and synopsis.
* gnu/packages/gnome.scm (gnome)[synopsis, description]: Use official
GNU blurb.
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 81c3a5b230..3a032a9c86 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4806,11 +4806,12 @@ software that do not provide their own configuration interface.") ("totem" ,totem) ("yelp" ,yelp) ("zenity" ,zenity))) - (synopsis "Desktop environment (meta-package)") + (synopsis "The GNU desktop environment") (home-page "https://www.gnome.org/") (description - "GNOME is an intutive and attractive desktop environment. It aims to be -an easy and elegant way to use your computer.") + "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.") (license license:gpl2+))) (define-public byzanz |