summary refs log tree commit diff
path: root/pkgs/applications/misc/krusader
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2020-04-19 12:56:52 +0200
committerManuel Bärenz <programming@manuelbaerenz.de>2020-04-19 13:14:31 +0200
commitf253da42f8fe2bf2d955849d9b4fff54e1a0f0d1 (patch)
treea3e7305f65e57c5bdc8c9b04629110d37e958665 /pkgs/applications/misc/krusader
parentd4d6d26588de50957d8723b219007b0b35f346d5 (diff)
downloadnixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.gz
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.bz2
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.lz
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.xz
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.tar.zst
nixpkgs-f253da42f8fe2bf2d955849d9b4fff54e1a0f0d1.zip
Add myself (turion) to the maintainers list for several packages
Following nh2's advice, I want to be more involved in nixpkgs,
and I'll start to review changes to programs that are important to me,
and that didn't have a long list of maintainers yet.
Diffstat (limited to 'pkgs/applications/misc/krusader')
-rw-r--r--pkgs/applications/misc/krusader/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/krusader/default.nix b/pkgs/applications/misc/krusader/default.nix
index 4ae8a99b35a..ab13c4989d9 100644
--- a/pkgs/applications/misc/krusader/default.nix
+++ b/pkgs/applications/misc/krusader/default.nix
@@ -20,7 +20,7 @@ in mkDerivation rec {
     description = "Norton/Total Commander clone for KDE";
     license = licenses.gpl2;
     homepage = "http://www.krusader.org";
-    maintainers = with maintainers; [ sander ];
+    maintainers = with maintainers; [ sander turion ];
   };
 
   nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];