Commit 2c7df085 authored by toastal's avatar toastal Committed by Austin Seipp
Browse files

h2o: update description to match upstream with HTTP/3 support

parent 08d8b5b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  meta = with lib; {
    description = "Optimized HTTP/1 and HTTP/2 server";
    description = "Optimized HTTP/1.x, HTTP/2, HTTP/3 server";
    homepage = "https://h2o.examp1e.net";
    license = licenses.mit;
    maintainers = with maintainers; [ thoughtpolice ];