pur: update changelog entry

This commit is contained in:
Fabian Affolter
2025-11-23 11:47:45 +01:00
parent 4e9e58352c
commit 562dfc616c
+1 -1
View File
@@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
meta = {
description = "Python library for update and track the requirements";
homepage = "https://github.com/alanhamlett/pip-update-requirements";
changelog = "https://github.com/alanhamlett/pip-update-requirements/blob/${version}/HISTORY.rst";
changelog = "https://github.com/alanhamlett/pip-update-requirements/blob/${src.tag}/HISTORY.rst";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "pur";