python312Packages.pyopencl: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage 2024-08-28 12:14:18 +02:00
parent 4dd88122d1
commit d23b44b498

View File

@ -89,5 +89,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pyopencl/pyopencl";
changelog = "https://github.com/inducer/pyopencl/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ GaetanLepage ];
};
}