mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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 = {
|
||||
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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user