Commit 21afaadf authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.sparse: add GaetanLepage as maintainer

parent a3d0825e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,5 +59,6 @@ buildPythonPackage rec {
    downloadPage = "https://github.com/pydata/sparse/releases/tag/${version}";
    license = licenses.bsd3;
    maintainers = [ ];
    maintainers = with maintainers; [ GaetanLepage ];
  };
}