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 🖖

Tom 97bb1199 75541131

Changed files
+6 -12
maintainers
nixos
modules
services
networking
pkgs
development
libraries
wlroots
servers
tailscale
tools
misc
maker-panel
wayland
sirula
wl-mirror
-6
maintainers/maintainer-list.nix
···
githubId = 131159000;
name = "Nitin Passa";
-
twitchyliquid64 = {
-
name = "Tom";
-
email = "twitchyliquid64@ciphersink.net";
-
github = "twitchyliquid64";
-
githubId = 6328589;
-
};
twz123 = {
name = "Tom Wieczorek";
email = "tom@bibbu.net";
+1 -1
nixos/modules/services/networking/tailscale.nix
···
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";
+1 -1
pkgs/development/libraries/wlroots/protocols.nix
···
homepage = "https://gitlab.freedesktop.org/wlroots/wlr-protocols";
license = licenses.mit; # See file headers
platforms = platforms.linux;
-
maintainers = with maintainers; [ twitchyliquid64 ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/servers/tailscale/default.nix
···
description = "The node agent for Tailscale, a mesh VPN built on WireGuard";
license = licenses.bsd3;
mainProgram = "tailscale";
-
maintainers = with maintainers; [ mbaillie twitchyliquid64 jk mfrw ];
+
maintainers = with maintainers; [ mbaillie jk mfrw ];
};
}
+1 -1
pkgs/tools/misc/maker-panel/default.nix
···
description = "Make mechanical PCBs by combining shapes together";
homepage = "https://github.com/twitchyliquid64/maker-panel";
license = with licenses; [ mit ];
-
maintainers = with maintainers; [ twitchyliquid64 ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/tools/wayland/sirula/default.nix
···
description = "Simple app launcher for wayland written in rust";
homepage = "https://github.com/DorianRudolph/sirula";
license = with licenses; [ gpl3Plus ];
-
maintainers = with maintainers; [ twitchyliquid64 ];
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/wayland/wl-mirror/default.nix
···
homepage = "https://github.com/Ferdi265/wl-mirror";
description = "A simple Wayland output mirror client";
license = licenses.gpl3;
-
maintainers = with maintainers; [ synthetica twitchyliquid64 ];
+
maintainers = with maintainers; [ synthetica ];
platforms = platforms.linux;
};
}