perl-DateTime-Format-DateParse: fix license field
This commit is contained in:
parent
6fd3a6e736
commit
8eb87c2a1f
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue