summary refs log tree commit diff
path: root/pkgs/applications/file-managers
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/file-managers
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/file-managers')
-rw-r--r--pkgs/applications/file-managers/krusader/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/file-managers/krusader/default.nix b/pkgs/applications/file-managers/krusader/default.nix
index a8635a4163960..b2639fe849846 100644
--- a/pkgs/applications/file-managers/krusader/default.nix
+++ b/pkgs/applications/file-managers/krusader/default.nix
@@ -42,7 +42,7 @@ mkDerivation rec {
     homepage = "http://www.krusader.org";
     description = "Norton/Total Commander clone for KDE";
     license = licenses.gpl2Only;
-    maintainers = with maintainers; [ sander turion ];
+    maintainers = with maintainers; [ sander ];
     mainProgram = "krusader";
   };
 }