Skip to content

Commit

Permalink
arduino-cli: add asl20 license
Browse files Browse the repository at this point in the history
See arduino/arduino-cli#2653
"Changed license of .protoc definition to Apache-2.0"
  • Loading branch information
SFrijters committed Jul 5, 2024
1 parent e2e79e7 commit 1acd392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/embedded/arduino/arduino-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};

Expand Down

0 comments on commit 1acd392

Please sign in to comment.