diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-16 05:21:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-16 05:41:01 +0200 |
commit | f2eacb3b33cceec99e8216a6061a5134668cc26c (patch) | |
tree | 97fc50f7ebafa9c36e726f2c896addd704cfd536 /gnu/packages/perl.scm | |
parent | ae3f3090333bb42c967055a909f107d102920eb3 (diff) | |
download | patches-f2eacb3b33cceec99e8216a6061a5134668cc26c.tar patches-f2eacb3b33cceec99e8216a6061a5134668cc26c.tar.gz |
gnu: perl-datetime-format-flexible: Fix typo in synopsis.
* gnu/packages/perl.scm (perl-datetime-format-flexible)[synopsis]: Fix typo.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 83b8960845..08a25fc503 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)))) |