guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: perl-zip: Tweak synopsis & description.


From: Tobias Geerinckx-Rice
Subject: 03/09: gnu: perl-zip: Tweak synopsis & description.
Date: Mon, 1 Jan 2018 18:07:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 49ab09e6999b725a492796b87abe18535fafd1ba
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 1 13:38:32 2018 +0000

    gnu: perl-zip: Tweak synopsis & description.
    
    * gnu/packages/compression.scm (perl-zip)[synopsis]: Capitalise consisently.
    [description]: Use @code{}.
---
 gnu/packages/compression.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index b6ad3c9..b85ff4b 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]