gnu: perl-business-issn: Fix typo.

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

View file

@ -879,7 +879,7 @@ (define-public perl-business-issn
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Business-ISSN")
(synopsis "Work with International Standard Serial Numbers")
(description "This modules provides tools to deal with International
(description "This module provides tools to deal with International
Standard Serial Numbers.")
(license (package-license perl))))