Skip to content

Commit

Permalink
caddy: add meta.mainProgram attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored and bjornfor committed Oct 14, 2023
1 parent d664571 commit ced9bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/caddy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit ced9bf9

Please sign in to comment.