From 1ee74c1439d48f8829e749a46bdacd40f3f1cf7b Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 23 Apr 2023 20:38:06 -0300 Subject: [PATCH] calc: add meta.changelog --- pkgs/applications/science/math/calc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/math/calc/default.nix b/pkgs/applications/science/math/calc/default.nix index 43b53e56c082..f81f7074824a 100644 --- a/pkgs/applications/science/math/calc/default.nix +++ b/pkgs/applications/science/math/calc/default.nix @@ -44,6 +44,7 @@ stdenv.mkDerivation rec { homepage = "http://www.isthe.com/chongo/tech/comp/calc/"; # The licensing situation depends on readline (see section 3 of the LGPL) # If linked against readline then GPLv2 otherwise LGPLv2.1 + changelog = "https://github.com/lcn2/calc/blob/v${version}/CHANGES"; license = with licenses; if enableReadline then gpl2Only else lgpl21Only; maintainers = with maintainers; [ matthewbauer ]; platforms = platforms.all;