gnu: perl-business-ismn: Fix typo.

* gnu/packages/perl.scm (perl-business-ismn)[description]: Fix "This module"
  typo.
This commit is contained in:
Vagrant Cascadian 2021-11-17 17:39:20 -08:00
parent e52032ac1d
commit 67900b9555
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -899,7 +899,7 @@ Standard Serial Numbers.")
`(("perl-tie-cycle" ,perl-tie-cycle))) `(("perl-tie-cycle" ,perl-tie-cycle)))
(home-page "https://metacpan.org/release/Business-ISMN") (home-page "https://metacpan.org/release/Business-ISMN")
(synopsis "Work with International Standard Music Numbers") (synopsis "Work with International Standard Music Numbers")
(description "This modules provides tools to deal with International (description "This module provides tools to deal with International
Standard Music Numbers.") Standard Music Numbers.")
(license (package-license perl)))) (license (package-license perl))))