python312Packages.xdg-base-dirs: remove refs/tags/ from github release meta.changelog

This commit is contained in:
Peder Bergebakken Sundt
2024-11-05 12:50:10 +01:00
parent 8fff01c7e8
commit 747b0ddc17
@@ -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 ];
};