Remove timokau from sage team (#553425)

This commit is contained in:
Sandro
2026-08-16 22:12:41 +00:00
committed by GitHub
4 changed files with 3 additions and 4 deletions

View File

@@ -711,7 +711,6 @@ with lib.maintainers;
sage = {
members = [
timokau
raskin
collares
];

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
# sage tests to run:
# src/sage/interfaces/mwrank.py
# src/sage/libs/eclib
# ping @timokau for more info
# ping the sage team for more info
src = fetchurl {
# all releases for this project appear on its GitHub releases page
# by definition! other distros sometimes update whenever they see

View File

@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "cypari2";
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
# upgrade may break sage, please test the sage build or ping the sage team on upgrade
version = "2.2.4";
pyproject = true;

View File

@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "networkx";
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
# upgrade may break sage, please test the sage build or ping the sage team on upgrade
version = "3.6.1";
pyproject = true;