3
0
Fork 0
forked from mirrors/nixpkgs

arduino-cli: Add meta.changelog

This commit is contained in:
Stefan Frijters 2023-01-17 14:54:06 +01:00
parent 40b624cc51
commit 20cd94c6aa
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -26,6 +26,7 @@ let
meta = with lib; {
inherit (src.meta) homepage;
description = "Arduino from the command line";
changelog = "https://github.com/arduino/arduino-cli/releases/tag/${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ryantm ];
};