Commit 747b0ddc authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

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

parent 8fff01c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };