From 5a2b629bcb6efe172ee771ccbe0969dc8c445d62 Mon Sep 17 00:00:00 2001 From: andre4ik3 Date: Mon, 29 Sep 2025 00:51:15 +0000 Subject: [PATCH] teams/cockpit: init --- maintainers/team-list.nix | 10 ++++++++++ pkgs/by-name/co/cockpit/package.nix | 5 +---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index f12ce735d58a..0173885d07de 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -141,6 +141,16 @@ with lib.maintainers; enableFeatureFreezePing = true; }; + cockpit = { + members = [ + alexandru0-dev + andre4ik3 + lucasew + ]; + scope = "Maintain Cockpit and official plugins by the Cockpit project."; + shortName = "Cockpit"; + }; + coq = { members = [ cohencyril diff --git a/pkgs/by-name/co/cockpit/package.nix b/pkgs/by-name/co/cockpit/package.nix index acee0c9e2a02..3435db365eb9 100644 --- a/pkgs/by-name/co/cockpit/package.nix +++ b/pkgs/by-name/co/cockpit/package.nix @@ -264,9 +264,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://cockpit-project.org/"; changelog = "https://cockpit-project.org/blog/cockpit-${finalAttrs.version}.html"; license = lib.licenses.lgpl21; - maintainers = with lib.maintainers; [ - lucasew - andre4ik3 - ]; + teams = [ lib.teams.cockpit ]; }; })