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

* gnu/packages/perl.scm (perl-datetime-format-flexible)[synopsis]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-16 05:21:27 +02:00
parent ae3f309033
commit f2eacb3b33
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2410,7 +2410,7 @@ (define-public perl-datetime-format-flexible
("perl-module-pluggable" ,perl-module-pluggable) ("perl-module-pluggable" ,perl-module-pluggable)
("perl-test-mocktime" ,perl-test-mocktime))) ("perl-test-mocktime" ,perl-test-mocktime)))
(home-page "https://metacpan.org/release/DateTime-Format-Flexible") (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 (description "DateTime::Format::Flexible attempts to take any string you
give it and parse it into a DateTime object.") give it and parse it into a DateTime object.")
(license (package-license perl)))) (license (package-license perl))))