Merge pull request #296716 from ferrine/add-ferrine-to-maintainers
python3Packages.pytensor, python3Packages.pymc Add ferrine to maintainers for pytensor and pymc
This commit is contained in:
commit
72a3d65441
3 changed files with 8 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue