Commit 5f9c18f8 authored by toastal's avatar toastal Committed by Austin Seipp
Browse files

h2o: add toastal to maintainers

parent bd337327
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -51,7 +51,10 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Optimized HTTP/1.x, HTTP/2, HTTP/3 server";
    homepage = "https://h2o.examp1e.net";
    license = licenses.mit;
    maintainers = with maintainers; [ thoughtpolice ];
    maintainers = with maintainers; [
      toastal
      thoughtpolice
    ];
    platforms = platforms.linux;
  };
})