about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorTom <twitchyliquid64@ciphersink.net>2024-04-26 22:48:31 -0700
committerTom <twitchyliquid64@ciphersink.net>2024-04-26 22:48:31 -0700
commit97bb1199c0b6670b95e71fa5fc75f7fe9a09e0a3 (patch)
tree87820a4defd80993baad3838071886cf7b068c71 /nixos/modules
parent75541131ef121c7ff1d79b2d932f8c754d0a71c4 (diff)
maintainers: remove twitchyliquid64
Yall won't miss me. The packages I leave orphaned are trivially updated as dependents need the new versions.

But passively endorsing the direction this organization and its leadership is something I can't do.

To those who still have faith in turning this around, you da real MVP 🖖
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/tailscale.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/tailscale.nix b/nixos/modules/services/networking/tailscale.nix
index 70d510340330e..a79e47d8491b8 100644
--- a/nixos/modules/services/networking/tailscale.nix
+++ b/nixos/modules/services/networking/tailscale.nix
@@ -6,7 +6,7 @@ let
   cfg = config.services.tailscale;
   isNetworkd = config.networking.useNetworkd;
 in {
-  meta.maintainers = with maintainers; [ mbaillie twitchyliquid64 mfrw ];
+  meta.maintainers = with maintainers; [ mbaillie mfrw ];
 
   options.services.tailscale = {
     enable = mkEnableOption "Tailscale client daemon";