gnu: perl-data-uniqid: Fix typo "system".
* gnu/packages/perl (perl-data-uniqid)[description]: Fix typo.
This commit is contained in:
parent
d6901d933b
commit
55f54fb921
|
@ -1795,7 +1795,7 @@ they are copies of each other.")
|
||||||
(home-page "https://metacpan.org/release/Data-Uniqid")
|
(home-page "https://metacpan.org/release/Data-Uniqid")
|
||||||
(synopsis "Perl extension for generating unique identifiers")
|
(synopsis "Perl extension for generating unique identifiers")
|
||||||
(description "@code{Data::Uniqid} provides three simple routines for
|
(description "@code{Data::Uniqid} provides three simple routines for
|
||||||
generating unique ids. These ids are coded with a Base62 systen to make them
|
generating unique ids. These ids are coded with a Base62 system to make them
|
||||||
short and handy (e.g. to use it as part of a URL).")
|
short and handy (e.g. to use it as part of a URL).")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue