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…
x
Reference in New Issue
Block a user