forked from mirrors/nixpkgs
arduino-cli: Add meta.changelog
This commit is contained in:
parent
40b624cc51
commit
20cd94c6aa
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue