mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
perl-String-ShellQuote: add license field
This commit is contained in:
parent
3edc01d5d7
commit
503ddcf025
@ -12493,6 +12493,9 @@ let self = _self // overrides; _self = with self; {
|
||||
meta = {
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
# http://cpansearch.perl.org/src/ROSCH/String-ShellQuote-1.04/README
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user