about summary refs log tree commit diff
path: root/pkgs/tools/misc/gavin-bc
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-16 19:53:00 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-04-18 07:09:37 -0300
commit47651eba67d099d863f54b5a7e11515d7c2cd137 (patch)
treec7e1ab16e24ad08818acc9e6b986ea7b532fd0e4 /pkgs/tools/misc/gavin-bc
parent282d879c0341129e7bf30e29b516cff542004c03 (diff)
gavin-bc: add meta.changelog
Diffstat (limited to 'pkgs/tools/misc/gavin-bc')
-rw-r--r--pkgs/tools/misc/gavin-bc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/gavin-bc/default.nix b/pkgs/tools/misc/gavin-bc/default.nix
index 7f1a788246749..2de74484c6be4 100644
--- a/pkgs/tools/misc/gavin-bc/default.nix
+++ b/pkgs/tools/misc/gavin-bc/default.nix
@@ -35,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = {
     homepage = "https://git.gavinhoward.com/gavin/bc";
     description = "Gavin Howard's BC calculator implementation";
+    changelog = "https://git.gavinhoward.com/gavin/bc/raw/tag/${finalAttrs.version}/NEWS.md";
     license = lib.licenses.bsd2;
     maintainers = [ lib.maintainers.AndersonTorres ];
     platforms = lib.platforms.unix;