maintainers: create sage team

Maintaining all the packages whose updates might break some aspect of
sage.

For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
This commit is contained in:
Timo Kaufmann
2020-11-17 20:41:33 +01:00
parent 9b5f49e2f7
commit ff8338343b
55 changed files with 74 additions and 66 deletions

View File

@@ -49,7 +49,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Cython bindings for PARI";
license = licenses.gpl2;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
homepage = "https://github.com/defeo/cypari2";
};
}