caddy: add meta.mainProgram attribute

This commit is contained in:
Pol Dellaiera 2023-10-14 09:42:35 +02:00 committed by Bjørn Forsman
parent d664571660
commit ced9bf9f7c

View File

@ -64,6 +64,7 @@ buildGoModule {
homepage = "https://caddyserver.com";
description = "Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS";
license = licenses.asl20;
mainProgram = "caddy";
maintainers = with maintainers; [ Br1ght0ne emilylange techknowlogick ];
};
}