summary refs log tree commit diff
path: root/pkgs/tools/misc/broot
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2021-07-03 12:07:30 +0200
committerDaniël de Kok <me@danieldk.eu>2021-07-03 12:14:20 +0200
commit017aa8847084af88b167e3d21d7691fd625c8126 (patch)
treeb29165b1b1ab068932e98fed3dedde655db0c055 /pkgs/tools/misc/broot
parented45204084663a12b468453cd83abaaec0076a47 (diff)
downloadnixpkgs-017aa8847084af88b167e3d21d7691fd625c8126.tar
nixpkgs-017aa8847084af88b167e3d21d7691fd625c8126.tar.gz
nixpkgs-017aa8847084af88b167e3d21d7691fd625c8126.tar.bz2
nixpkgs-017aa8847084af88b167e3d21d7691fd625c8126.tar.lz
nixpkgs-017aa8847084af88b167e3d21d7691fd625c8126.tar.xz
nixpkgs-017aa8847084af88b167e3d21d7691fd625c8126.tar.zst
nixpkgs-017aa8847084af88b167e3d21d7691fd625c8126.zip
Remove danieldk as a maintainer for some packages
- AMD GPU packages: AMD removed support for the RX5x0 GPUs from ROCm, so
  I cannot test these packages anymore.
- A small number of GUI packages: I switched back to macOS on the
  desktop for work reasons, so I cannot easily test these.
- broot: I took over maintainership from someone else, but do not really
  use broot.
Diffstat (limited to 'pkgs/tools/misc/broot')
-rw-r--r--pkgs/tools/misc/broot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/broot/default.nix b/pkgs/tools/misc/broot/default.nix
index d1f9ca80f70..a5c456c0050 100644
--- a/pkgs/tools/misc/broot/default.nix
+++ b/pkgs/tools/misc/broot/default.nix
@@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "An interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands";
     homepage = "https://dystroy.org/broot/";
-    maintainers = with maintainers; [ danieldk ];
+    maintainers = with maintainers; [ ];
     license = with licenses; [ mit ];
   };
 }