mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/tests/radicle: add radicle team as maintainer
This commit is contained in:
parent
03b0dea5b0
commit
970a3308f0
1 changed files with 2 additions and 8 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue