summary refs log tree commit diff
path: root/pkgs/tools/security/enpass
diff options
context:
space:
mode:
authorArtur Taranchiev <ewok@ewok.ru>2020-12-21 11:18:40 +0300
committerArtur Taranchiev <ewok@ewok.ru>2020-12-21 11:18:40 +0300
commit5625941e65bcc31a7bb9064bea411e2167559243 (patch)
tree37200982e46d93d55d4269dd999b08a2e255ec2e /pkgs/tools/security/enpass
parent7dc0b8d9d6bbeeb2d016e15f7b64d30666581669 (diff)
downloadnixpkgs-5625941e65bcc31a7bb9064bea411e2167559243.tar
nixpkgs-5625941e65bcc31a7bb9064bea411e2167559243.tar.gz
nixpkgs-5625941e65bcc31a7bb9064bea411e2167559243.tar.bz2
nixpkgs-5625941e65bcc31a7bb9064bea411e2167559243.tar.lz
nixpkgs-5625941e65bcc31a7bb9064bea411e2167559243.tar.xz
nixpkgs-5625941e65bcc31a7bb9064bea411e2167559243.tar.zst
nixpkgs-5625941e65bcc31a7bb9064bea411e2167559243.zip
Update maintainer
Diffstat (limited to 'pkgs/tools/security/enpass')
-rw-r--r--pkgs/tools/security/enpass/default.nix2
1 files changed, 1 insertions, 1 deletions
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];