dnscontrol: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel
2020-09-16 22:27:38 +02:00
parent 5cd3b2d62a
commit 139143cabf

View File

@@ -19,6 +19,6 @@ buildGoModule rec {
description = "Synchronize your DNS to multiple providers from a simple DSL";
homepage = "https://stackexchange.github.io/dnscontrol/";
license = licenses.mit;
maintainers = with maintainers; [ mmahut ];
maintainers = with maintainers; [ mmahut SuperSandro2000 ];
};
}