mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
caddy: add meta.mainProgram
attribute
This commit is contained in:
parent
d664571660
commit
ced9bf9f7c
@ -64,6 +64,7 @@ buildGoModule {
|
|||||||
homepage = "https://caddyserver.com";
|
homepage = "https://caddyserver.com";
|
||||||
description = "Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS";
|
description = "Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
mainProgram = "caddy";
|
||||||
maintainers = with maintainers; [ Br1ght0ne emilylange techknowlogick ];
|
maintainers = with maintainers; [ Br1ght0ne emilylange techknowlogick ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user