From 747b0ddc1747f63a98267028669be0e334ec46c8 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 1 Nov 2024 22:59:25 +0100 Subject: [PATCH] python312Packages.xdg-base-dirs: remove `refs/tags/` from github release `meta.changelog` --- pkgs/development/python-modules/xdg-base-dirs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/xdg-base-dirs/default.nix b/pkgs/development/python-modules/xdg-base-dirs/default.nix index fa8aa9860de3..5c376c3db440 100644 --- a/pkgs/development/python-modules/xdg-base-dirs/default.nix +++ b/pkgs/development/python-modules/xdg-base-dirs/default.nix @@ -35,7 +35,7 @@ buildPythonPackage rec { meta = with lib; { description = "Implementation of the XDG Base Directory Specification in Python"; homepage = "https://github.com/srstevenson/xdg-base-dirs"; - changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${src.rev}"; + changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${version}"; license = licenses.isc; maintainers = with maintainers; [ figsoda ]; };