perl-DateTime-Format-W3CDTF: fix license field

This commit is contained in:
Robert Helgesson
2016-04-17 17:17:39 +02:00
parent 5a7e00c7be
commit 4afc1d3ce4
+1 -1
View File
@@ -3172,7 +3172,7 @@ let self = _self // overrides; _self = with self; {
meta = {
homepage = http://search.cpan.org/dist/DateTime-Format-W3CDTF/;
description = "Parse and format W3CDTF datetime strings";
license = "perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};