mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
ae3f309033
commit
f2eacb3b33
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||||
|
|
Loading…
Reference in a new issue