From d90e65b84dee969f71d7b5587a90fab9f61b9b50 Mon Sep 17 00:00:00 2001 From: Raymond Gauthier Date: Thu, 28 Jan 2021 17:27:46 -0500 Subject: [PATCH] keepass: remove jraygauthier as maintainer No longer using this package. Much better alternative exist: keepassxc, pass, gopass, etc. --- pkgs/applications/misc/keepass/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/keepass/default.nix b/pkgs/applications/misc/keepass/default.nix index 59d986321dd..32572ffcdb3 100644 --- a/pkgs/applications/misc/keepass/default.nix +++ b/pkgs/applications/misc/keepass/default.nix @@ -111,7 +111,7 @@ with builtins; buildDotnetPackage rec { meta = { description = "GUI password manager with strong cryptography"; homepage = "http://www.keepass.info/"; - maintainers = with lib.maintainers; [ amorsillo obadz jraygauthier ]; + maintainers = with lib.maintainers; [ amorsillo obadz ]; platforms = with lib.platforms; all; license = lib.licenses.gpl2; };