dnscontrol: add mainProgram

This commit is contained in:
Mario Rodas 2023-09-08 04:20:00 +00:00
parent 803bcc1b0d
commit a3b55ca3ca

View File

@ -28,5 +28,6 @@ buildGoModule rec {
changelog = "https://github.com/StackExchange/dnscontrol/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ mmahut SuperSandro2000 ];
mainProgram = "dnscontrol";
};
}