python3Packages.greenback: fix changelog link (#514176)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-29 21:06:33 +00:00
committed by GitHub
@@ -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 ];
};