mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
python312Packages.curio: add maintainer pbsds
This commit is contained in:
parent
a8e5143eee
commit
43717b3bfa
@ -54,6 +54,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/dabeaz/curio";
|
homepage = "https://github.com/dabeaz/curio";
|
||||||
changelog = "https://github.com/dabeaz/curio/raw/${version}/CHANGES";
|
changelog = "https://github.com/dabeaz/curio/raw/${version}/CHANGES";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ ];
|
maintainers = [ maintainers.pbsds ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user