Commit 67471280 authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.numpy_2: add doronbehar to maintainers

parent e9f994aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -176,5 +176,6 @@ buildPythonPackage rec {
    description = "Scientific tools for Python";
    homepage = "https://numpy.org/";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ doronbehar ];
  };
}