python312Packages.curio: add maintainer pbsds

This commit is contained in:
Peder Bergebakken Sundt 2024-04-30 19:05:30 +02:00
parent a8e5143eee
commit 43717b3bfa

View File

@ -54,6 +54,6 @@ buildPythonPackage rec {
homepage = "https://github.com/dabeaz/curio";
changelog = "https://github.com/dabeaz/curio/raw/${version}/CHANGES";
license = licenses.bsd3;
maintainers = [ ];
maintainers = [ maintainers.pbsds ];
};
}