Commit d031a4d8 authored by Max Kochurov's avatar Max Kochurov
Browse files

python3Packages.pytensor: add @ferrine to maintainers

Add Max Kochurov (Core PyMC Developer) to maintainers list
parent 4d75eb84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/pymc-devs/pytensor";
    changelog = "https://github.com/pymc-devs/pytensor/releases";
    license = licenses.bsd3;
    maintainers = with maintainers; [ bcdarwin ];
    maintainers = with maintainers; [ bcdarwin ferrine ];
    broken = (stdenv.isLinux && stdenv.isAarch64);
  };
}