diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:26:04 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:29:43 -0700 |
commit | 55f54fb92188bf83135c5b74a4eadedb6d2e76ea (patch) | |
tree | 77faebdac7e57ef412f039b5dc0304a5dcfaca9e | |
parent | d6901d933b2d120edab840d273e988e52e87c64d (diff) | |
download | guix-55f54fb92188bf83135c5b74a4eadedb6d2e76ea.tar guix-55f54fb92188bf83135c5b74a4eadedb6d2e76ea.tar.gz |
gnu: perl-data-uniqid: Fix typo "system".
* gnu/packages/perl (perl-data-uniqid)[description]: Fix typo.
-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 7406a27c4d..f9a56103ea 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -1795,7 +1795,7 @@ they are copies of each other.") (home-page "https://metacpan.org/release/Data-Uniqid") (synopsis "Perl extension for generating unique identifiers") (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).") (license (package-license perl)))) |