diff options
Diffstat (limited to 'gnu/packages/zip.scm')
-rw-r--r-- | gnu/packages/zip.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm index 2cf30d6e32..7097ada1ae 100644 --- a/gnu/packages/zip.scm +++ b/gnu/packages/zip.scm @@ -171,4 +171,4 @@ recreates the stored directory structure by default.") (description "The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files.") (home-page "http://search.cpan.org/~adamk/Archive-Zip-1.30/") - (license (package-license perl)))) + (license license:perl-license))) |