summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorFélix Baylac Jacqué <felix@alternativebit.fr>2023-11-11 08:31:16 +0100
committerFélix Baylac Jacqué <felix@alternativebit.fr>2023-11-11 08:31:16 +0100
commitdfa45288afac9d3565e7784abc520fccdbbb9e69 (patch)
tree0e3f44e15343db83fc421b4f2917b8e8fdaaee65 /nixos/modules
parent58ee71d96cf9a9285ab4c5528ae5e7cc62377ae8 (diff)
maintainers: ninjatrappeur -> picnoir
I changed my nickname from Ninjatrappeur to Picnoir. My github id is stable, it shouldn't break too much stuff. I took advantage of this handle change to remove myself from the hostapd maintainers: I don't use NixOS as a router anymore.
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;
}