From 20cd94c6aab39ecd8aabe26fc76fcf38188344c9 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 17 Jan 2023 14:54:06 +0100 Subject: [PATCH] arduino-cli: Add meta.changelog --- pkgs/development/embedded/arduino/arduino-cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/embedded/arduino/arduino-cli/default.nix b/pkgs/development/embedded/arduino/arduino-cli/default.nix index 66cfe18c7961..3fbeaab38739 100644 --- a/pkgs/development/embedded/arduino/arduino-cli/default.nix +++ b/pkgs/development/embedded/arduino/arduino-cli/default.nix @@ -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 ]; };