about summary refs log tree commit diff
path: root/pkgs/applications/misc/keepassxc
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2023-08-17 17:20:18 +0200
committerManuel Bärenz <programming@manuelbaerenz.de>2023-08-17 17:20:18 +0200
commitbad4b37c7e6a1ce459dd6de6d8fb02d8050e8e1f (patch)
treedadb9412d5e7cd0b181475a82ce8fbd72e1b9747 /pkgs/applications/misc/keepassxc
parentbfa55aa7f95d58df8d319f7d5c3b4aa8fe5f868f (diff)
Remove turion (myself) as maintainer from some packages
I have removed myself as maintainer from those packages that:

* Have at least one other maintainer
* Are outside of my actual expertise,
  i.e. I wouldn't really know how to fix them if they broke
Diffstat (limited to 'pkgs/applications/misc/keepassxc')
-rw-r--r--pkgs/applications/misc/keepassxc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/keepassxc/default.nix b/pkgs/applications/misc/keepassxc/default.nix
index 5b5ed2326d887..277a1b99cc1e8 100644
--- a/pkgs/applications/misc/keepassxc/default.nix
+++ b/pkgs/applications/misc/keepassxc/default.nix
@@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "https://keepassxc.org/";
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ jonafato turion srapenne ];
+    maintainers = with maintainers; [ jonafato srapenne ];
     platforms = platforms.linux ++ platforms.darwin;
   };
 }