python3Packages.pymc: 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:22 +00:00
parent d1bd8a3d52
commit 4d75eb8489
@@ -55,6 +55,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pymc-devs/pymc";
changelog = "https://github.com/pymc-devs/pymc/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ nidabdella ];
maintainers = with maintainers; [ nidabdella ferrine ];
};
}