Commit 68079f83 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.pyopencl: add GaetanLepage as maintainer

parent fe853def
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}