1
0
Fork 1
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:
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 ];
};
};