lol

perl: add license

+1
+1
pkgs/development/interpreters/perl/default.nix
··· 152 152 meta = { 153 153 homepage = https://www.perl.org/; 154 154 description = "The standard implementation of the Perl 5 programmming language"; 155 + license = licenses.gpl1; 155 156 maintainers = [ maintainers.eelco ]; 156 157 platforms = platforms.all; 157 158 };