From f51b169370e5c54cc7c687443275e3ce755483ab Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Fri, 3 Jul 2026 23:45:02 +0200 Subject: [PATCH] python3Packages.beetcamp: add changelog --- pkgs/development/python-modules/beetcamp/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/beetcamp/default.nix b/pkgs/development/python-modules/beetcamp/default.nix index 3b8e97d9234a..1db5f0b6ebbf 100644 --- a/pkgs/development/python-modules/beetcamp/default.nix +++ b/pkgs/development/python-modules/beetcamp/default.nix @@ -75,6 +75,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Bandcamp autotagger source for beets (http://beets.io)"; homepage = "https://github.com/snejus/beetcamp"; + changelog = "https://github.com/snejus/beetcamp/blob/${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.gpl2Only; maintainers = [ lib.maintainers._9999years