h2o: add toastal to maintainers

Changed files
+4 -1
pkgs
by-name
h2
+4 -1
pkgs/by-name/h2/h2o/package.nix
···
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;
};
})