diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2024-06-09 19:34:26 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2024-06-09 19:34:26 +0200 |
commit | 2288719801c978440411a645e5577c5532c3b54c (patch) | |
tree | 3e297fda581d8d3974f95afda907022a05a133c9 /caddy-cgi.nix | |
parent | 240c3d1338415e5d82ef7ca0e52c4284be6441bd (diff) |
Diffstat (limited to 'caddy-cgi.nix')
-rw-r--r-- | caddy-cgi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caddy-cgi.nix b/caddy-cgi.nix index c0a7ff9..3a844f8 100644 --- a/caddy-cgi.nix +++ b/caddy-cgi.nix @@ -61,5 +61,6 @@ in description = "Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS"; license = licenses.asl20; maintainers = with maintainers; [Br1ght0ne emilylange techknowlogick]; + mainProgram = "caddy"; }; } |