diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 75bd0cf2d7a..823c8a32737 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -2857,6 +2857,12 @@ githubId = 30512529; name = "Evils"; }; + ewok = { + email = "ewok@ewok.ru"; + github = "ewok"; + githubId = 454695; + name = "Artur Taranchiev"; + }; exfalso = { email = "0slemi0@gmail.com"; github = "exfalso"; diff --git a/pkgs/tools/security/enpass/default.nix b/pkgs/tools/security/enpass/default.nix index 576099c90b3..be2e5b06246 100644 --- a/pkgs/tools/security/enpass/default.nix +++ b/pkgs/tools/security/enpass/default.nix @@ -56,7 +56,7 @@ let homepage = "https://www.enpass.io/"; license = licenses.unfree; platforms = [ "x86_64-linux" "i686-linux"]; - maintainers = with maintainers; [ guillaumekoenig ]; + maintainers = with maintainers; [ ewok ]; }; buildInputs = [makeWrapper dpkg];