Unverified Commit 788f5d77 authored by Emily's avatar Emily Committed by GitHub
Browse files

caddy,xcaddy: remove emilylange from maintainers (#368919)

parents 183c8f00 6d219dc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,6 +79,6 @@ buildGoModule {
    description = "Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS";
    license = licenses.asl20;
    mainProgram = "caddy";
    maintainers = with maintainers; [ Br1ght0ne emilylange techknowlogick ];
    maintainers = with maintainers; [ Br1ght0ne techknowlogick ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ buildGoModule rec {
    license = licenses.asl20;
    maintainers = with maintainers; [
      tjni
      emilylange
    ];
  };
}