perl-String-ShellQuote: add license field

This commit is contained in:
Robert Helgesson 2017-11-08 14:21:14 +01:00
parent 3edc01d5d7
commit 503ddcf025
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -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 ];
};
};