diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
commit | 79c311b81cd8b12075f4c8028a65787481ee40c5 (patch) | |
tree | 7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/parted.scm | |
parent | e6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff) | |
download | patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz |
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/parted.scm')
-rw-r--r-- | gnu/packages/parted.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/parted.scm b/gnu/packages/parted.scm index 25f021b6fd..34d29fd748 100644 --- a/gnu/packages/parted.scm +++ b/gnu/packages/parted.scm @@ -59,6 +59,6 @@ (home-page "http://www.gnu.org/software/parted/") (synopsis "Disk partition editor") (description - "Parted is a tool for creating and manipulating disk partition tables. -It consists of a library and a command-line tool for performing these tasks.") + "GNU Parted is a package for creating and manipulating disk partition +tables. It includes a library and command-line utility.") (license gpl3+))) |