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:
Weijia Wang 2024-04-05 21:24:16 +02:00 committed by GitHub
commit 72a3d65441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View File

@ -6448,6 +6448,12 @@
githubId = 5198058; githubId = 5198058;
name = "Udo Sauer"; name = "Udo Sauer";
}; };
ferrine = {
email = "justferres@yandex.ru";
github = "ferrine";
githubId = 11705326;
name = "Max Kochurov";
};
ffinkdevs = { ffinkdevs = {
email = "fink@h0st.space"; email = "fink@h0st.space";
github = "ffinkdevs"; github = "ffinkdevs";

View File

@ -55,6 +55,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pymc-devs/pymc"; homepage = "https://github.com/pymc-devs/pymc";
changelog = "https://github.com/pymc-devs/pymc/releases/tag/v${version}"; changelog = "https://github.com/pymc-devs/pymc/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ nidabdella ]; maintainers = with maintainers; [ nidabdella ferrine ];
}; };
} }

View File

@ -97,7 +97,7 @@ buildPythonPackage rec {
homepage = "https://github.com/pymc-devs/pytensor"; homepage = "https://github.com/pymc-devs/pytensor";
changelog = "https://github.com/pymc-devs/pytensor/releases"; changelog = "https://github.com/pymc-devs/pytensor/releases";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ bcdarwin ]; maintainers = with maintainers; [ bcdarwin ferrine ];
broken = (stdenv.isLinux && stdenv.isAarch64); broken = (stdenv.isLinux && stdenv.isAarch64);
}; };
} }