pytr: update meta.changelog

This commit is contained in:
Robert Schütz
2024-10-27 18:41:02 -07:00
parent 9936b66b96
commit 2f5813b702
+1 -1
View File
@@ -49,7 +49,7 @@ python3Packages.buildPythonApplication rec {
pythonImportsCheck = [ "pytr" ];
meta = {
changelog = "https://github.com/pytr-org/pytr/releases/tag/${version}";
changelog = "https://github.com/pytr-org/pytr/releases/tag/${lib.removePrefix "refs/tags/" src.rev}";
description = "Use TradeRepublic in terminal and mass download all documents";
homepage = "https://github.com/pytr-org/pytr";
license = lib.licenses.mit;