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 ];
|
||||
meta = {
|
||||
description = "DateTime::Format::Flexible - Flexibly parse strings and turn them into DateTime objects";
|
||||
license = "perl";
|
||||
description = "Flexibly parse strings and turn them into DateTime objects";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue