Unverified Commit 72a3d654 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #296716 from ferrine/add-ferrine-to-maintainers

python3Packages.pytensor, python3Packages.pymc Add ferrine to maintainers for pytensor and pymc
parents 6e256461 d031a4d8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6448,6 +6448,12 @@
    githubId = 5198058;
    name = "Udo Sauer";
  };
  ferrine = {
    email = "justferres@yandex.ru";
    github = "ferrine";
    githubId = 11705326;
    name = "Max Kochurov";
  };
  ffinkdevs = {
    email = "fink@h0st.space";
    github = "ffinkdevs";
+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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,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);
  };
}