python3Packages.curio: fix meta.changelog

ref #514132
This commit is contained in:
Peder Bergebakken Sundt
2026-04-29 20:22:15 +02:00
parent b540331d6f
commit 8c4e152e5b
@@ -53,7 +53,7 @@ buildPythonPackage rec {
meta = {
description = "Library for performing concurrent I/O with coroutines in Python";
homepage = "https://github.com/dabeaz/curio";
changelog = "https://github.com/dabeaz/curio/raw/${version}/CHANGES";
changelog = "https://github.com/dabeaz/curio/raw/${src.rev}/CHANGES";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.pbsds ];
};