Commit 4d75eb84 authored by Max Kochurov's avatar Max Kochurov
Browse files

python3Packages.pymc: add @ferrine to maintainers

Add Max Kochurov (Core PyMC Developer) to maintainers list
parent d1bd8a3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}