perl-Data-SpreadPagination: fix license field

This commit is contained in:
Robert Helgesson 2016-04-17 13:08:20 +02:00
parent 64edc061ff
commit 6fd3a6e736

View File

@ -2850,7 +2850,7 @@ let self = _self // overrides; _self = with self; {
};
propagatedBuildInputs = [ DataPage MathRound ];
meta = {
license = "perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};