guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: perl-datetime-format-flexible: Fix typo in synopsis.


From: guix-commits
Subject: 10/14: gnu: perl-datetime-format-flexible: Fix typo in synopsis.
Date: Tue, 15 Oct 2019 23:41:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f2eacb3b33cceec99e8216a6061a5134668cc26c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 16 05:21:27 2019 +0200

    gnu: perl-datetime-format-flexible: Fix typo in synopsis.
    
    * gnu/packages/perl.scm (perl-datetime-format-flexible)[synopsis]: Fix typo.
---
 gnu/packages/perl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 83b8960..08a25fc 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2410,7 +2410,7 @@ to do this without writing reams of structural code.")
        ("perl-module-pluggable" ,perl-module-pluggable)
        ("perl-test-mocktime" ,perl-test-mocktime)))
     (home-page "https://metacpan.org/release/DateTime-Format-Flexible";)
-    (synopsis "Parse data/time strings")
+    (synopsis "Parse date and time strings")
     (description "DateTime::Format::Flexible attempts to take any string you
 give it and parse it into a DateTime object.")
     (license (package-license perl))))



reply via email to

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