python3Packages.pytensor: add @ferrine to maintainers

Add Max Kochurov (Core PyMC Developer) to maintainers list
This commit is contained in:
Max Kochurov
2024-03-18 17:26:51 +00:00
parent 4d75eb8489
commit d031a4d8c0
@@ -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);
};
}