keepass: remove jraygauthier as maintainer

No longer using this package. Much better alternative
exist: keepassxc, pass, gopass, etc.
This commit is contained in:
Raymond Gauthier 2021-01-28 17:27:46 -05:00
parent 1d22f05d64
commit d90e65b84d

View file

@ -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;
};