Unverified Commit e50fbebf authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #307151 from twitchyliquid64/bad-leadership-taints-all

maintainers: remove twitchyliquid64
parents b35d724a 97bb1199
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -20709,12 +20709,6 @@
    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
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
    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
Original line number Diff line number Diff line
@@ -65,6 +65,6 @@ buildGoModule {
    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
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
    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; [ ];
  };
}
Loading