Merge pull request #254335 from marsam/dnscontrol-mainProgram

dnscontrol: add mainProgram
This commit is contained in:
Weijia Wang
2023-09-10 11:02:51 +02:00
committed by GitHub
@@ -24,9 +24,10 @@ buildGoModule rec {
meta = with lib; {
description = "Synchronize your DNS to multiple providers from a simple DSL";
homepage = "https://stackexchange.github.io/dnscontrol/";
homepage = "https://dnscontrol.org/";
changelog = "https://github.com/StackExchange/dnscontrol/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ mmahut SuperSandro2000 ];
mainProgram = "dnscontrol";
};
}