From 1acd392a9830f33e5538c0b667446e76917bf79d Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Fri, 5 Jul 2024 23:02:32 +0200 Subject: [PATCH] arduino-cli: add asl20 license See https://github.com/arduino/arduino-cli/pull/2653 "Changed license of .protoc definition to Apache-2.0" --- pkgs/development/embedded/arduino/arduino-cli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/embedded/arduino/arduino-cli/default.nix b/pkgs/development/embedded/arduino/arduino-cli/default.nix index db433d4daa5e..9e1325a43457 100644 --- a/pkgs/development/embedded/arduino/arduino-cli/default.nix +++ b/pkgs/development/embedded/arduino/arduino-cli/default.nix @@ -67,7 +67,7 @@ let description = "Arduino from the command line"; mainProgram = "arduino-cli"; changelog = "https://github.com/arduino/arduino-cli/releases/tag/${version}"; - license = licenses.gpl3Only; + license = [ licenses.gpl3Only licenses.asl20 ]; maintainers = with maintainers; [ ryantm sfrijters ]; };