summary refs log tree commit diff
path: root/pkgs/applications/misc/keepass
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-09-20 11:38:30 +0200
committerGitHub <noreply@github.com>2020-09-20 11:38:30 +0200
commit770ecb1d3134a7b0e4469eb790836bd837c9f675 (patch)
tree4fce5b82661e839d32c1e59b61e334da9e2f7605 /pkgs/applications/misc/keepass
parent68f4e27857072aca5cfd582c099434cdd90036f0 (diff)
parent609e3aa50777ccea330366d3da2245a75a83834c (diff)
downloadnixpkgs-770ecb1d3134a7b0e4469eb790836bd837c9f675.tar
nixpkgs-770ecb1d3134a7b0e4469eb790836bd837c9f675.tar.gz
nixpkgs-770ecb1d3134a7b0e4469eb790836bd837c9f675.tar.bz2
nixpkgs-770ecb1d3134a7b0e4469eb790836bd837c9f675.tar.lz
nixpkgs-770ecb1d3134a7b0e4469eb790836bd837c9f675.tar.xz
nixpkgs-770ecb1d3134a7b0e4469eb790836bd837c9f675.tar.zst
nixpkgs-770ecb1d3134a7b0e4469eb790836bd837c9f675.zip
Merge pull request #98266 from joncojonathan/removeAsMaintainer
Remove joncojonathan as maintainer
Diffstat (limited to 'pkgs/applications/misc/keepass')
-rw-r--r--pkgs/applications/misc/keepass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/keepass/default.nix b/pkgs/applications/misc/keepass/default.nix
index ea579ce4117..23f80eaa9ca 100644
--- a/pkgs/applications/misc/keepass/default.nix
+++ b/pkgs/applications/misc/keepass/default.nix
@@ -87,7 +87,7 @@ with builtins; buildDotnetPackage rec {
 
   dynlibPath = stdenv.lib.makeLibraryPath [ gtk2 ];
 
-  postInstall = 
+  postInstall =
   let
     extractFDeskIcons = ./extractWinRscIconsToStdFreeDesktopDir.sh;
   in
@@ -111,7 +111,7 @@ with builtins; buildDotnetPackage rec {
   meta = {
     description = "GUI password manager with strong cryptography";
     homepage = "http://www.keepass.info/";
-    maintainers = with stdenv.lib.maintainers; [ amorsillo obadz joncojonathan jraygauthier ];
+    maintainers = with stdenv.lib.maintainers; [ amorsillo obadz jraygauthier ];
     platforms = with stdenv.lib.platforms; all;
     license = stdenv.lib.licenses.gpl2;
   };