From 9a235f28d7e57f246d7bf2f2487d125cc115cabc Mon Sep 17 00:00:00 2001 From: Nico Felbinger Date: Fri, 12 Dec 2025 21:41:44 +0100 Subject: [PATCH] various: move packages and modules to secshell maintainer --- nixos/modules/services/networking/suricata/default.nix | 2 +- nixos/modules/services/web-apps/part-db.nix | 2 +- nixos/tests/suricata.nix | 2 +- pkgs/by-name/od/odhcp6c/package.nix | 2 +- pkgs/by-name/pa/part-db/package.nix | 2 +- pkgs/development/python-modules/napalm/ros.nix | 2 +- pkgs/development/python-modules/netbox-attachments/default.nix | 2 +- pkgs/development/python-modules/netbox-bgp/default.nix | 2 +- pkgs/development/python-modules/netbox-contextmenus/default.nix | 2 +- pkgs/development/python-modules/netbox-contract/default.nix | 2 +- pkgs/development/python-modules/netbox-dns/default.nix | 2 +- .../python-modules/netbox-interface-synchronization/default.nix | 2 +- .../development/python-modules/netbox-napalm-plugin/default.nix | 2 +- pkgs/development/python-modules/netbox-qrcode/default.nix | 2 +- .../python-modules/netbox-topology-views/default.nix | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/nixos/modules/services/networking/suricata/default.nix b/nixos/modules/services/networking/suricata/default.nix index 5473fc913ebc..8c14b84e3f84 100644 --- a/nixos/modules/services/networking/suricata/default.nix +++ b/nixos/modules/services/networking/suricata/default.nix @@ -22,7 +22,7 @@ let ; in { - meta.maintainers = with lib.maintainers; [ felbinger ]; + meta.maintainers = lib.teams.secshell.members; options.services.suricata = { enable = mkEnableOption "Suricata"; diff --git a/nixos/modules/services/web-apps/part-db.nix b/nixos/modules/services/web-apps/part-db.nix index 086cf8b31213..1956a26bb417 100644 --- a/nixos/modules/services/web-apps/part-db.nix +++ b/nixos/modules/services/web-apps/part-db.nix @@ -17,7 +17,7 @@ let ; in { - meta.maintainers = with lib.maintainers; [ felbinger ]; + meta.maintainers = lib.teams.secshell.members; options.services.part-db = { enable = mkEnableOption "PartDB"; diff --git a/nixos/tests/suricata.nix b/nixos/tests/suricata.nix index c79d0799551b..52d6f4bf5633 100644 --- a/nixos/tests/suricata.nix +++ b/nixos/tests/suricata.nix @@ -1,7 +1,7 @@ { lib, pkgs, ... }: { name = "suricata"; - meta.maintainers = with lib.maintainers; [ felbinger ]; + meta.maintainers = lib.teams.secshell.members; nodes = { ids = { diff --git a/pkgs/by-name/od/odhcp6c/package.nix b/pkgs/by-name/od/odhcp6c/package.nix index fa6b0f113122..cad1d13e681b 100644 --- a/pkgs/by-name/od/odhcp6c/package.nix +++ b/pkgs/by-name/od/odhcp6c/package.nix @@ -28,7 +28,7 @@ stdenv.mkDerivation { description = "Embedded DHCPv6-client for OpenWrt"; homepage = "https://openwrt.org/packages/pkgdata/odhcp6c"; license = lib.licenses.gpl2Only; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/pa/part-db/package.nix b/pkgs/by-name/pa/part-db/package.nix index 67fe7e1b0e08..b4df737644e3 100644 --- a/pkgs/by-name/pa/part-db/package.nix +++ b/pkgs/by-name/pa/part-db/package.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://docs.part-db.de/"; changelog = "https://github.com/Part-DB/Part-DB-server/releases/tag/v${version}"; license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/development/python-modules/napalm/ros.nix b/pkgs/development/python-modules/napalm/ros.nix index 080766099cf6..a2f22776505c 100644 --- a/pkgs/development/python-modules/napalm/ros.nix +++ b/pkgs/development/python-modules/napalm/ros.nix @@ -42,6 +42,6 @@ buildPythonPackage rec { changelog = "https://github.com/napalm-automation-community/napalm-ros/releases/tag/${src.tag}"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; } diff --git a/pkgs/development/python-modules/netbox-attachments/default.nix b/pkgs/development/python-modules/netbox-attachments/default.nix index f784719f2177..cc9348843d12 100644 --- a/pkgs/development/python-modules/netbox-attachments/default.nix +++ b/pkgs/development/python-modules/netbox-attachments/default.nix @@ -42,6 +42,6 @@ buildPythonPackage rec { changelog = "https://github.com/Kani999/netbox-attachments/releases/tag/${src.tag}"; license = lib.licenses.asl20; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; } diff --git a/pkgs/development/python-modules/netbox-bgp/default.nix b/pkgs/development/python-modules/netbox-bgp/default.nix index a5b89ce17477..2639f4a17b3d 100644 --- a/pkgs/development/python-modules/netbox-bgp/default.nix +++ b/pkgs/development/python-modules/netbox-bgp/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { homepage = "https://github.com/netbox-community/netbox-bgp"; changelog = "https://github.com/netbox-community/netbox-bgp/releases/tag/${src.tag}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; } diff --git a/pkgs/development/python-modules/netbox-contextmenus/default.nix b/pkgs/development/python-modules/netbox-contextmenus/default.nix index 83ac474527ce..9928b717f3c5 100644 --- a/pkgs/development/python-modules/netbox-contextmenus/default.nix +++ b/pkgs/development/python-modules/netbox-contextmenus/default.nix @@ -28,6 +28,6 @@ buildPythonPackage rec { homepage = "https://github.com/PieterL75/netbox_contextmenus/"; changelog = "https://github.com/PieterL75/netbox_contextmenus/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; } diff --git a/pkgs/development/python-modules/netbox-contract/default.nix b/pkgs/development/python-modules/netbox-contract/default.nix index 8f40a1d28bf0..03863acaaa2a 100644 --- a/pkgs/development/python-modules/netbox-contract/default.nix +++ b/pkgs/development/python-modules/netbox-contract/default.nix @@ -48,6 +48,6 @@ buildPythonPackage rec { changelog = "https://github.com/mlebreuil/netbox-contract/releases/tag/${src.tag}"; license = lib.licenses.mit; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; } diff --git a/pkgs/development/python-modules/netbox-dns/default.nix b/pkgs/development/python-modules/netbox-dns/default.nix index 425e35b1e9d5..f251638f3d6a 100644 --- a/pkgs/development/python-modules/netbox-dns/default.nix +++ b/pkgs/development/python-modules/netbox-dns/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { changelog = "https://github.com/peteeckel/netbox-plugin-dns/releases/tag/${src.tag}"; license = lib.licenses.mit; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; } diff --git a/pkgs/development/python-modules/netbox-interface-synchronization/default.nix b/pkgs/development/python-modules/netbox-interface-synchronization/default.nix index 1ed00a95154a..06381d1d754a 100644 --- a/pkgs/development/python-modules/netbox-interface-synchronization/default.nix +++ b/pkgs/development/python-modules/netbox-interface-synchronization/default.nix @@ -41,6 +41,6 @@ buildPythonPackage rec { changelog = "https://github.com/NetTech2001/netbox-interface-synchronization/releases/tag/${src.tag}"; license = lib.licenses.gpl3Only; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; } diff --git a/pkgs/development/python-modules/netbox-napalm-plugin/default.nix b/pkgs/development/python-modules/netbox-napalm-plugin/default.nix index 59f659f20540..94d956ccf397 100644 --- a/pkgs/development/python-modules/netbox-napalm-plugin/default.nix +++ b/pkgs/development/python-modules/netbox-napalm-plugin/default.nix @@ -48,6 +48,6 @@ buildPythonPackage rec { changelog = "https://github.com/netbox-community/netbox-napalm-plugin/releases/tag/${src.tag}"; license = lib.licenses.asl20; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; } diff --git a/pkgs/development/python-modules/netbox-qrcode/default.nix b/pkgs/development/python-modules/netbox-qrcode/default.nix index f3153a0ca32f..97ad6c29b7d4 100644 --- a/pkgs/development/python-modules/netbox-qrcode/default.nix +++ b/pkgs/development/python-modules/netbox-qrcode/default.nix @@ -47,6 +47,6 @@ buildPythonPackage rec { changelog = "https://github.com/netbox-community/netbox-qrcode/releases/tag/${src.tag}"; license = lib.licenses.asl20; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; } diff --git a/pkgs/development/python-modules/netbox-topology-views/default.nix b/pkgs/development/python-modules/netbox-topology-views/default.nix index 5ec93614badc..6a394d2b2a2e 100644 --- a/pkgs/development/python-modules/netbox-topology-views/default.nix +++ b/pkgs/development/python-modules/netbox-topology-views/default.nix @@ -42,6 +42,6 @@ buildPythonPackage rec { changelog = "https://github.com/netbox-community/netbox-topology-views/releases/tag/${src.tag}"; license = lib.licenses.asl20; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ felbinger ]; + teams = with lib.teams; [ secshell ]; }; }