We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
refs/tags/
meta.changelog
1 parent 8fff01c commit 747b0ddCopy full SHA for 747b0dd
pkgs/development/python-modules/xdg-base-dirs/default.nix
@@ -35,7 +35,7 @@ buildPythonPackage rec {
35
meta = with lib; {
36
description = "Implementation of the XDG Base Directory Specification in Python";
37
homepage = "https://github.com/srstevenson/xdg-base-dirs";
38
- changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${src.rev}";
+ changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${version}";
39
license = licenses.isc;
40
maintainers = with maintainers; [ figsoda ];
41
};
0 commit comments