perl-DateTime-Format-Flexible: fix license field
This commit is contained in:
parent
8eb87c2a1f
commit
e510d4777b
|
@ -3036,8 +3036,8 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder DateTimeTimeZone ListMoreUtils ModulePluggable TestMockTime ];
|
propagatedBuildInputs = [ DateTime DateTimeFormatBuilder DateTimeTimeZone ListMoreUtils ModulePluggable TestMockTime ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "DateTime::Format::Flexible - Flexibly parse strings and turn them into DateTime objects";
|
description = "Flexibly parse strings and turn them into DateTime objects";
|
||||||
license = "perl";
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue