From b44931626b86fa24efb99d6756f654589fa3e85c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 10 Jan 2026 21:31:57 +0100 Subject: [PATCH] teams/determinatesystems: drop --- maintainers/team-list.nix | 9 --------- pkgs/by-name/bo/bootspec/package.nix | 2 +- pkgs/by-name/bu/buildkite-agent-metrics/package.nix | 1 - pkgs/by-name/co/coldsnap/package.nix | 1 - pkgs/by-name/zp/zpool-auto-expand-partitions/package.nix | 2 +- pkgs/tools/misc/pgbadger/default.nix | 1 - 6 files changed, 2 insertions(+), 14 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index b86f475ea5ff..a5a82ee09bd9 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -276,15 +276,6 @@ with lib.maintainers; shortName = "D. E. Shaw employees"; }; - determinatesystems = { - # Verify additions to this team with at least one already existing member of the team. - members = [ - cole-h - ]; - scope = "Group registration for packages maintained by Determinate Systems."; - shortName = "Determinate Systems employees"; - }; - dhall = { members = [ Gabriella439 diff --git a/pkgs/by-name/bo/bootspec/package.nix b/pkgs/by-name/bo/bootspec/package.nix index 9990c30ae83f..32ad44c2cf9f 100644 --- a/pkgs/by-name/bo/bootspec/package.nix +++ b/pkgs/by-name/bo/bootspec/package.nix @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec { description = "Implementation of RFC-0125's datatype and synthesis tooling"; homepage = "https://github.com/DeterminateSystems/bootspec"; license = lib.licenses.mit; - teams = [ lib.teams.determinatesystems ]; + maintainers = [ lib.maintainers.cole-h ]; platforms = lib.platforms.unix; }; } diff --git a/pkgs/by-name/bu/buildkite-agent-metrics/package.nix b/pkgs/by-name/bu/buildkite-agent-metrics/package.nix index 1f153895a938..fc5f8ac23052 100644 --- a/pkgs/by-name/bu/buildkite-agent-metrics/package.nix +++ b/pkgs/by-name/bu/buildkite-agent-metrics/package.nix @@ -32,6 +32,5 @@ buildGoModule rec { description = "Command-line tool (and Lambda) for collecting Buildkite agent metrics"; homepage = "https://github.com/buildkite/buildkite-agent-metrics"; license = lib.licenses.mit; - teams = [ lib.teams.determinatesystems ]; }; } diff --git a/pkgs/by-name/co/coldsnap/package.nix b/pkgs/by-name/co/coldsnap/package.nix index da1dfa5c5ebe..1b55f86487fb 100644 --- a/pkgs/by-name/co/coldsnap/package.nix +++ b/pkgs/by-name/co/coldsnap/package.nix @@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec { description = "Command line interface for Amazon EBS snapshots"; changelog = "https://github.com/awslabs/coldsnap/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.asl20; - teams = [ lib.teams.determinatesystems ]; mainProgram = "coldsnap"; }; } diff --git a/pkgs/by-name/zp/zpool-auto-expand-partitions/package.nix b/pkgs/by-name/zp/zpool-auto-expand-partitions/package.nix index e83b7c04bb8d..99ae000a638f 100644 --- a/pkgs/by-name/zp/zpool-auto-expand-partitions/package.nix +++ b/pkgs/by-name/zp/zpool-auto-expand-partitions/package.nix @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec { description = "Tool that aims to expand all partitions in a specified zpool to fill the available space"; homepage = "https://github.com/DeterminateSystems/zpool-auto-expand-partitions"; license = lib.licenses.asl20; - teams = [ lib.teams.determinatesystems ]; + maintainers = [ lib.maintainers.cole-h ]; mainProgram = "zpool_part_disks"; }; } diff --git a/pkgs/tools/misc/pgbadger/default.nix b/pkgs/tools/misc/pgbadger/default.nix index 8eab77a847cb..d7eca4105d66 100644 --- a/pkgs/tools/misc/pgbadger/default.nix +++ b/pkgs/tools/misc/pgbadger/default.nix @@ -56,7 +56,6 @@ buildPerlPackage rec { description = "Fast PostgreSQL Log Analyzer"; changelog = "https://github.com/darold/pgbadger/raw/v${version}/ChangeLog"; license = lib.licenses.postgresql; - teams = [ lib.teams.determinatesystems ]; mainProgram = "pgbadger"; }; }