perl: set license to artistic

This commit is contained in:
Markus Kowalewski 2018-08-18 23:11:55 +02:00
parent 824a0192a7
commit 2521f7cbdc
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -152,7 +152,7 @@ let
meta = { meta = {
homepage = https://www.perl.org/; homepage = https://www.perl.org/;
description = "The standard implementation of the Perl 5 programmming language"; description = "The standard implementation of the Perl 5 programmming language";
license = licenses.gpl1; license = licenses.artistic1;
maintainers = [ maintainers.eelco ]; maintainers = [ maintainers.eelco ];
platforms = platforms.all; platforms = platforms.all;
}; };