perl-DateTime-Format-W3CDTF: fix license field
This commit is contained in:
parent
5a7e00c7be
commit
4afc1d3ce4
|
@ -3172,7 +3172,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/dist/DateTime-Format-W3CDTF/;
|
homepage = http://search.cpan.org/dist/DateTime-Format-W3CDTF/;
|
||||||
description = "Parse and format W3CDTF datetime strings";
|
description = "Parse and format W3CDTF datetime strings";
|
||||||
license = "perl";
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue