1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perl-DateTime-Format-DateParse: fix license field

This commit is contained in:
Robert Helgesson 2016-04-17 13:09:24 +02:00
parent 6fd3a6e736
commit 8eb87c2a1f

View file

@ -3024,7 +3024,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ DateTime DateTimeTimeZone TimeDate ];
meta = {
description = "Parses Date::Parse compatible formats";
license = "perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};