dnscontrol: update homepage

This commit is contained in:
Mario Rodas
2023-09-08 04:20:00 +00:00
parent a3b55ca3ca
commit 27dbd578cd
@@ -24,7 +24,7 @@ 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 ];