summaryrefslogtreecommitdiff
path: root/gnu/packages/cpio.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
commit79c311b81cd8b12075f4c8028a65787481ee40c5 (patch)
tree7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/cpio.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadguix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
guix-patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/cpio.scm')
-rw-r--r--gnu/packages/cpio.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/cpio.scm b/gnu/packages/cpio.scm
index e9d9bd5adf..2c6e5efdba 100644
--- a/gnu/packages/cpio.scm
+++ b/gnu/packages/cpio.scm
@@ -39,9 +39,9 @@
(home-page "https://www.gnu.org/software/cpio/")
(synopsis "Manage cpio and tar file archives")
(description
- "Cpio copies files into or out of cpio or tar archives. In fact, many
-formats are supported, including legacy formats. The format is determined
-automatically by the program and is handled appropriately. Furthermore, the
-location of the archive is not important. It can be another file on the
-drive, a tape, or data on a pipe.")
+ "GNU cpio copies files into or out of cpio or tar archives. Indeed,
+many formats are supported, including legacy formats. The format is
+determined automatically by the program and is handled appropriately.
+Furthermore, the location of the archive is not important. It can be another
+file on the drive, a tape, or data on a pipe.")
(license gpl3+)))