gnu: perl-business-isbn: Fix typo.

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

View file

@ -860,7 +860,7 @@ (define-public perl-business-isbn
("perl-mojolicious" ,perl-mojolicious)))
(home-page "https://metacpan.org/release/Business-ISBN")
(synopsis "Work with International Standard Book Numbers")
(description "This modules provides tools to deal with International
(description "This module provides tools to deal with International
Standard Book Numbers, including ISBN-10 and ISBN-13.")
(license license:artistic2.0)))