Merge pull request #111063 from jraygauthier/jrg/keepass-remove-myself-as-maintainer

keepass: remove jraygauthier as maintainer
This commit is contained in:
Benjamin Hipple 2021-01-28 20:39:44 -05:00 committed by GitHub
commit b837f57486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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