summaryrefslogtreecommitdiff
path: root/gnu/packages/compression.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-01 13:38:32 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-02 00:09:16 +0100
commit49ab09e6999b725a492796b87abe18535fafd1ba (patch)
treefa0cc289a54ec604f6dc0dd0cc1748b0867b4210 /gnu/packages/compression.scm
parentd9465101f4f3d764e89f6c819a19428980a6106a (diff)
downloadguix-patches-49ab09e6999b725a492796b87abe18535fafd1ba.tar
guix-patches-49ab09e6999b725a492796b87abe18535fafd1ba.tar.gz
gnu: perl-zip: Tweak synopsis & description.
* gnu/packages/compression.scm (perl-zip)[synopsis]: Capitalise consisently. [description]: Use @code{}.
Diffstat (limited to 'gnu/packages/compression.scm')
-rw-r--r--gnu/packages/compression.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index b6ad3c9a1f..b85ff4b0bd 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1815,9 +1815,9 @@ recreates the stored directory structure by default.")
(base32
"0m31qlppg65vh32pwxkwjby02q70abx49d2yk6vfd4585fqb27cx"))))
(build-system perl-build-system)
- (synopsis "Provides an interface to ZIP archive files")
- (description "The Archive::Zip module allows a Perl program to create,
-manipulate, read, and write Zip archive files.")
+ (synopsis "Provides an interface to Zip archive files")
+ (description "The @code{Archive::Zip} module allows a Perl program to
+create, manipulate, read, and write Zip archive files.")
(home-page "http://search.cpan.org/~adamk/Archive-Zip-1.30/")
(license license:perl-license)))