Unverified Commit 23f2dc22 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents e712497e 8c4e152e
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 ];
  };