From 07ccc6f753bb458340ba03df2ac20dff0aa62f31 Mon Sep 17 00:00:00 2001 From: Atemu <atemu.main@gmail.com> Date: Fri, 7 Feb 2020 14:32:38 +0100 Subject: [PATCH 1/2] maintainers: Add Atemu to the list Glad to be contributing to such a great project :) --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 8a806baf9843..4bb59d9c49e3 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -682,6 +682,12 @@ githubId = 192147; name = "aszlig"; }; + atemu = { + name = "Atemu"; + email = "atemu.main+nixpkgs@gmail.com"; + github = "Atemu"; + githubId = 18599032; + }; athas = { email = "athas@sigkill.dk"; github = "athas"; From 64ce6b2e8a1dbb2ebf9acc8fb9f2a55da859ab61 Mon Sep 17 00:00:00 2001 From: Atemu <atemu.main@gmail.com> Date: Fri, 7 Feb 2020 14:35:53 +0100 Subject: [PATCH 2/2] dnscrypt-proxy2: Add Atemu to the maintainers --- pkgs/tools/networking/dnscrypt-proxy2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/dnscrypt-proxy2/default.nix b/pkgs/tools/networking/dnscrypt-proxy2/default.nix index 434e06ac50da..089eee332b4c 100644 --- a/pkgs/tools/networking/dnscrypt-proxy2/default.nix +++ b/pkgs/tools/networking/dnscrypt-proxy2/default.nix @@ -18,7 +18,7 @@ buildGoPackage rec { license = licenses.isc; homepage = https://dnscrypt.info/; - maintainers = with maintainers; [ waynr ]; + maintainers = with maintainers; [ atemu waynr ]; platforms = with platforms; unix; }; }