···19 meta = with stdenv.lib; {
20 description = "Share your terminal as a web application";
21 homepage = https://github.com/yudai/gotty;
22- maintainers = with maintainers; [ matthiasbeyer ];
23 license = licenses.mit;
24 };
25}
···19 meta = with stdenv.lib; {
20 description = "Share your terminal as a web application";
21 homepage = https://github.com/yudai/gotty;
22+ maintainers = with maintainers; [ ];
23 license = licenses.mit;
24 };
25}