From d7f43489a64023cbc4c2a883de570b49f401d7de Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Thu, 13 Aug 2026 09:46:20 +0200 Subject: [PATCH] tclPackages.expect*: Remove SuperSandro2000 from maintainers, add fgaz As requested in https://github.com/NixOS/nixpkgs/pull/542204#pullrequestreview-4916843109 --- pkgs/development/tcl-modules/by-name/ex/expect/package.nix | 2 +- pkgs/development/tcl-modules/by-name/ex/expect_5/package.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tcl-modules/by-name/ex/expect/package.nix b/pkgs/development/tcl-modules/by-name/ex/expect/package.nix index 72686130f169..ffedb36c9970 100644 --- a/pkgs/development/tcl-modules/by-name/ex/expect/package.nix +++ b/pkgs/development/tcl-modules/by-name/ex/expect/package.nix @@ -66,6 +66,6 @@ tcl.mkTclDerivation (finalAttrs: { license = lib.licenses.publicDomain; platforms = lib.platforms.unix; mainProgram = "expect"; - maintainers = with lib.maintainers; [ SuperSandro2000 ]; + maintainers = with lib.maintainers; [ fgaz ]; }; }) diff --git a/pkgs/development/tcl-modules/by-name/ex/expect_5/package.nix b/pkgs/development/tcl-modules/by-name/ex/expect_5/package.nix index 8e4b2b0caa54..2cda3a33300c 100644 --- a/pkgs/development/tcl-modules/by-name/ex/expect_5/package.nix +++ b/pkgs/development/tcl-modules/by-name/ex/expect_5/package.nix @@ -80,7 +80,7 @@ tcl.mkTclDerivation rec { license = lib.licenses.publicDomain; platforms = lib.platforms.unix; mainProgram = "expect"; - maintainers = with lib.maintainers; [ SuperSandro2000 ]; + maintainers = with lib.maintainers; [ fgaz ]; broken = tcl.isTcl9; }; }