From 970a3308f078bc911e6b344702be012fb0363ed0 Mon Sep 17 00:00:00 2001 From: Defelo Date: Tue, 24 Mar 2026 14:46:18 +0100 Subject: [PATCH] nixos/tests/radicle: add radicle team as maintainer --- nixos/tests/radicle.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/nixos/tests/radicle.nix b/nixos/tests/radicle.nix index cfc1ddc0c2e6..17a26c85820b 100644 --- a/nixos/tests/radicle.nix +++ b/nixos/tests/radicle.nix @@ -2,7 +2,7 @@ # and verifies that an alice peer can host a repository on the seed, # and that a bob peer can send alice a patch via the seed. -{ pkgs, ... }: +{ lib, pkgs, ... }: let # The Node ID depends on nodes.seed.services.radicle.privateKeyFile @@ -63,13 +63,7 @@ in { name = "radicle"; - meta = with pkgs.lib.maintainers; { - maintainers = [ - defelo - julm - lorenzleutgeb - ]; - }; + meta.maintainers = lib.teams.radicle.members; nodes = { seed =