From af447367ec02414cf16ef95054545a7854b34f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Thu, 17 Nov 2022 19:29:36 +0100 Subject: [PATCH] nixos/mastodon: Add turion as maintainer --- nixos/tests/web-apps/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/web-apps/mastodon.nix b/nixos/tests/web-apps/mastodon.nix index 2e7549460a3d..bc1122e7268f 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, ... }: {