From cd083a9588a9ee206f3a8a8e982bfbbcc3987de8 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Sun, 16 Aug 2026 19:39:35 +0100 Subject: [PATCH 1/2] maintainers/team-list: drop myself from sage team I have not been actively maintaining SageMath in Nixpkgs for a while. Mauricio Collares has been doing effectively all of the work. Assisted-by: Claude Code (claude-opus-5) --- maintainers/team-list.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 00ed76cb4c96..936af58c22a2 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -710,7 +710,6 @@ with lib.maintainers; sage = { members = [ - timokau raskin collares ]; From 9ba9354714b6b0088d20ad9f17ffaf456c106114 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Sun, 16 Aug 2026 19:41:31 +0100 Subject: [PATCH 2/2] treewide: ping the sage team instead of timokau I no longer maintain sage. Assisted-by: Claude Code (claude-opus-5) --- pkgs/by-name/ec/eclib/package.nix | 2 +- pkgs/development/python-modules/cypari2/default.nix | 2 +- pkgs/development/python-modules/networkx/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ec/eclib/package.nix b/pkgs/by-name/ec/eclib/package.nix index e8f40208bfd3..117d6c6d60d2 100644 --- a/pkgs/by-name/ec/eclib/package.nix +++ b/pkgs/by-name/ec/eclib/package.nix @@ -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 diff --git a/pkgs/development/python-modules/cypari2/default.nix b/pkgs/development/python-modules/cypari2/default.nix index b133b9d144ee..4df06cbcde6c 100644 --- a/pkgs/development/python-modules/cypari2/default.nix +++ b/pkgs/development/python-modules/cypari2/default.nix @@ -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; diff --git a/pkgs/development/python-modules/networkx/default.nix b/pkgs/development/python-modules/networkx/default.nix index fcf2f626fed5..ddb2b88ce618 100644 --- a/pkgs/development/python-modules/networkx/default.nix +++ b/pkgs/development/python-modules/networkx/default.nix @@ -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;