mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
perl-Data-ICal: fix license field
This commit is contained in:
parent
953fb0d8a8
commit
64edc061ff
|
@ -2771,7 +2771,7 @@ let self = _self // overrides; _self = with self; {
|
|||
propagatedBuildInputs = [ ClassAccessor ClassReturnValue TextvFileasData ];
|
||||
meta = {
|
||||
description = "Generates iCalendar (RFC 2445) calendar files";
|
||||
license = "perl";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue