h2o: add toastal to maintainers

This commit is contained in:
โทสฺตัล 2025-02-08 16:34:43 +07:00 committed by Austin Seipp
parent bd3373275c
commit 5f9c18f849

View File

@ -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;
};
})