perl-DateTime-Format-DateParse: fix license field
This commit is contained in:
parent
6fd3a6e736
commit
8eb87c2a1f
|
@ -3024,7 +3024,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
propagatedBuildInputs = [ DateTime DateTimeTimeZone TimeDate ];
|
propagatedBuildInputs = [ DateTime DateTimeTimeZone TimeDate ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parses Date::Parse compatible formats";
|
description = "Parses Date::Parse compatible formats";
|
||||||
license = "perl";
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue