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:
@@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://sourceforge.net/projects/jmol";
|
||||
license = licenses.lgpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ timokau mounium ];
|
||||
maintainers = with maintainers; [ mounium ] ++ teams.sage.members;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user