python3Packages.curio: fix meta.changelog (#514812)

This commit is contained in:
Yohann Boniface
2026-04-29 21:53:36 +00:00
committed by GitHub
@@ -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 ];
};