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:
@@ -42,10 +42,10 @@ buildPythonPackage rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Interrupt and signal handling for Cython";
|
||||
homepage = "https://github.com/sagemath/cysignals/";
|
||||
maintainers = with lib.maintainers; [ timokau ];
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = teams.sage.members;
|
||||
license = licenses.lgpl3Plus;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user