perl: set license to artistic
This commit is contained in:
parent
824a0192a7
commit
2521f7cbdc
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ let
|
|||
meta = {
|
||||
homepage = https://www.perl.org/;
|
||||
description = "The standard implementation of the Perl 5 programmming language";
|
||||
license = licenses.gpl1;
|
||||
license = licenses.artistic1;
|
||||
maintainers = [ maintainers.eelco ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue