python3Packages.greenback: fix changelog link

This commit is contained in:
Sergei Volkov
2026-04-27 22:15:02 +02:00
parent b5162ed33d
commit 62138a501f
@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = {
description = "Use anyio and asyncio from synchronous code";
homepage = "https://github.com/oremanj/greenback";
changelog = "https://github.com/oremanj/greenback/blob/${src.rev}/CHANGES.rst";
changelog = "https://github.com/oremanj/greenback/blob/${src.tag}/docs/source/history.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ taranarmo ];
};