Skip to content

Commit 747b0dd

Browse files
committed
python312Packages.xdg-base-dirs: remove refs/tags/ from github release meta.changelog
1 parent 8fff01c commit 747b0dd

File tree

1 file changed

+1
-1
lines changed
  • pkgs/development/python-modules/xdg-base-dirs

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/xdg-base-dirs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildPythonPackage rec {
3535
meta = with lib; {
3636
description = "Implementation of the XDG Base Directory Specification in Python";
3737
homepage = "https://github.com/srstevenson/xdg-base-dirs";
38-
changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${src.rev}";
38+
changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${version}";
3939
license = licenses.isc;
4040
maintainers = with maintainers; [ figsoda ];
4141
};

0 commit comments

Comments
 (0)