summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/pleroma.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/pleroma.nix b/nixos/modules/services/networking/pleroma.nix
index e9db7f3eab8e..89e64d36c8a0 100644
--- a/nixos/modules/services/networking/pleroma.nix
+++ b/nixos/modules/services/networking/pleroma.nix
@@ -146,6 +146,6 @@ in {
};
};
- meta.maintainers = with lib.maintainers; [ ninjatrappeur ];
+ meta.maintainers = with lib.maintainers; [ picnoir ];
meta.doc = ./pleroma.md;
}