python3Packages.curio: fix meta.changelog (#514812)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user