perl-DateTime-Format-Mail: fix license field
This commit is contained in:
parent
e510d4777b
commit
5a7e00c7be
@ -3092,7 +3092,7 @@ let self = _self // overrides; _self = with self; {
|
||||
propagatedBuildInputs = [ DateTime ParamsValidate ];
|
||||
meta = {
|
||||
description = "Convert between DateTime and RFC2822/822 formats";
|
||||
license = "perl";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user