Commit 8c4e152e authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python3Packages.curio: fix meta.changelog

ref #514132
parent b540331d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };