perl-DateTime-Format-Mail: fix license field

This commit is contained in:
Robert Helgesson 2016-04-17 13:10:03 +02:00
parent e510d4777b
commit 5a7e00c7be

View File

@ -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 ];
};
};