about summary refs log tree commit diff
path: root/nixos/tests/gitea.nix
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-05-11 02:00:40 +0200
committerkolaente <k@knt.li>2019-05-11 02:01:08 +0200
commit29d35a9ddbdadfe4477d334743f598c4ed2bf589 (patch)
treee8fb16ab708b5649c891f167fa4da2b5b06cb185 /nixos/tests/gitea.nix
parentbad4902dc22a2024a647c723de245fecba7b5cda (diff)
maintainers: add kolaente
Diffstat (limited to 'nixos/tests/gitea.nix')
-rw-r--r--nixos/tests/gitea.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gitea.nix b/nixos/tests/gitea.nix
index d43efc3687a74..cccf8c7cd44fe 100644
--- a/nixos/tests/gitea.nix
+++ b/nixos/tests/gitea.nix
@@ -9,7 +9,7 @@ with pkgs.lib;
 {
   mysql = makeTest {
     name = "gitea-mysql";
-    meta.maintainers = [ maintainers.aanderse ];
+    meta.maintainers = with maintainers; [ aanderse kolaente ];
 
     machine =
       { config, pkgs, ... }: