From bad4b37c7e6a1ce459dd6de6d8fb02d8050e8e1f Mon Sep 17 00:00:00 2001 From: Manuel Bärenz Date: Thu, 17 Aug 2023 17:20:18 +0200 Subject: 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 --- pkgs/applications/file-managers/krusader/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/file-managers') 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"; }; } -- cgit 1.4.1