From c3d757b6cfd1cfc6cf29d7b5220a56ca0791a662 Mon Sep 17 00:00:00 2001 From: Nico Felbinger Date: Sun, 11 Jan 2026 14:04:02 +0100 Subject: [PATCH] Revert "various: move packages and modules to secshell maintainer" This reverts commit 9a235f28d7e57f246d7bf2f2487d125cc115cabc. --- 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 8619109ac452..bfab541097b6 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 = lib.teams.secshell.members; + meta.maintainers = with lib.maintainers; [ felbinger ]; 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 17bad0c62da8..6f713d905141 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 = lib.teams.secshell.members; + meta.maintainers = with lib.maintainers; [ felbinger ]; options.services.part-db = { enable = mkEnableOption "PartDB"; diff --git a/nixos/tests/suricata.nix b/nixos/tests/suricata.nix index 52d6f4bf5633..c79d0799551b 100644 --- a/nixos/tests/suricata.nix +++ b/nixos/tests/suricata.nix @@ -1,7 +1,7 @@ { lib, pkgs, ... }: { name = "suricata"; - meta.maintainers = lib.teams.secshell.members; + meta.maintainers = with lib.maintainers; [ felbinger ]; nodes = { ids = { diff --git a/pkgs/by-name/od/odhcp6c/package.nix b/pkgs/by-name/od/odhcp6c/package.nix index cad1d13e681b..fa6b0f113122 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; 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 b4df737644e3..67fe7e1b0e08 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/development/python-modules/napalm/ros.nix b/pkgs/development/python-modules/napalm/ros.nix index a2f22776505c..080766099cf6 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; } diff --git a/pkgs/development/python-modules/netbox-attachments/default.nix b/pkgs/development/python-modules/netbox-attachments/default.nix index cc9348843d12..f784719f2177 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; } diff --git a/pkgs/development/python-modules/netbox-bgp/default.nix b/pkgs/development/python-modules/netbox-bgp/default.nix index 2639f4a17b3d..a5b89ce17477 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; } diff --git a/pkgs/development/python-modules/netbox-contextmenus/default.nix b/pkgs/development/python-modules/netbox-contextmenus/default.nix index 9928b717f3c5..83ac474527ce 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; } diff --git a/pkgs/development/python-modules/netbox-contract/default.nix b/pkgs/development/python-modules/netbox-contract/default.nix index 55cbfc4ed33a..66118a131f03 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; } diff --git a/pkgs/development/python-modules/netbox-dns/default.nix b/pkgs/development/python-modules/netbox-dns/default.nix index ba08e2080f82..297c94df9c54 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; } diff --git a/pkgs/development/python-modules/netbox-interface-synchronization/default.nix b/pkgs/development/python-modules/netbox-interface-synchronization/default.nix index 06381d1d754a..1ed00a95154a 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; } diff --git a/pkgs/development/python-modules/netbox-napalm-plugin/default.nix b/pkgs/development/python-modules/netbox-napalm-plugin/default.nix index 94d956ccf397..59f659f20540 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; } diff --git a/pkgs/development/python-modules/netbox-qrcode/default.nix b/pkgs/development/python-modules/netbox-qrcode/default.nix index 97ad6c29b7d4..f3153a0ca32f 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; } diff --git a/pkgs/development/python-modules/netbox-topology-views/default.nix b/pkgs/development/python-modules/netbox-topology-views/default.nix index 6a394d2b2a2e..5ec93614badc 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; - teams = with lib.teams; [ secshell ]; + maintainers = with lib.maintainers; [ felbinger ]; }; }