gavin-bc: add meta.changelog

+1
+1
pkgs/tools/misc/gavin-bc/default.nix
··· 35 35 meta = { 36 36 homepage = "https://git.gavinhoward.com/gavin/bc"; 37 37 description = "Gavin Howard's BC calculator implementation"; 38 + changelog = "https://git.gavinhoward.com/gavin/bc/raw/tag/${finalAttrs.version}/NEWS.md"; 38 39 license = lib.licenses.bsd2; 39 40 maintainers = [ lib.maintainers.AndersonTorres ]; 40 41 platforms = lib.platforms.unix;