about summary refs log tree commit diff
path: root/nixos/tests/web-apps
diff options
context:
space:
mode:
authorManuel Bärenz <m.baerenz@sonnen.de>2022-11-17 19:29:36 +0100
committerManuel Bärenz <programming@manuelbaerenz.de>2022-11-17 20:05:50 +0100
commitaf447367ec02414cf16ef95054545a7854b34f00 (patch)
tree05f21ed0e453a5ee007dbdd723a511e80fb2976d /nixos/tests/web-apps
parentd35c9e04e67e8c8c22f0a212cba8066b7cd79352 (diff)
nixos/mastodon: Add turion as maintainer
Diffstat (limited to 'nixos/tests/web-apps')
-rw-r--r--nixos/tests/web-apps/mastodon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/web-apps/mastodon.nix b/nixos/tests/web-apps/mastodon.nix
index 2e7549460a3d9..bc1122e7268f9 100644
--- a/nixos/tests/web-apps/mastodon.nix
+++ b/nixos/tests/web-apps/mastodon.nix
@@ -16,7 +16,7 @@ let
 in
 {
   name = "mastodon";
-  meta.maintainers = with pkgs.lib.maintainers; [ erictapen izorkin ];
+  meta.maintainers = with pkgs.lib.maintainers; [ erictapen izorkin turion ];
 
   nodes = {
     ca = { pkgs, ... }: {