perl-Data-ICal: fix license field

This commit is contained in:
Robert Helgesson 2016-04-17 13:07:53 +02:00
parent 953fb0d8a8
commit 64edc061ff

View File

@ -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 ];
};
};