aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/dnscontrol
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-09-16 22:27:38 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2020-09-17 14:24:20 +0200
commit139143cabf74db27e5d4ac1cabd1e380570ed4a7 (patch)
tree5858fd47a9e6b95e3c9f75f3689d01d9d339df84 /pkgs/applications/networking/dnscontrol
parent5cd3b2d62ab1eb7aac935744a768466db00a07e6 (diff)
dnscontrol: add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs/applications/networking/dnscontrol')
-rw-r--r--pkgs/applications/networking/dnscontrol/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/dnscontrol/default.nix b/pkgs/applications/networking/dnscontrol/default.nix
index 59d7c58466e1..8fb14ae3b147 100644
--- a/pkgs/applications/networking/dnscontrol/default.nix
+++ b/pkgs/applications/networking/dnscontrol/default.nix
@@ -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 ];
};
}