python313Packages.turrishw: fix changelog entry

This commit is contained in:
Fabian Affolter
2025-05-19 22:25:08 +02:00
parent f340e1b51f
commit b096c95f51
@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = {
description = "Python library and program for Turris hardware listing";
homepage = "https://github.com/turris-cz/turrishw";
changelog = "https://github.com/turris-cz/turrishw/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/turris-cz/turrishw/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};