broot: add danieldk as maintainer, remove magnetophon

Suggested by @magnetophon in
https://github.com/NixOS/nixpkgs/pull/95029#issuecomment-671440980
wip/yesman
Daniël de Kok 4 years ago
parent 54dddaeb17
commit 3d14fe86b9
  1. 2
      pkgs/tools/misc/broot/default.nix

@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "An interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands";
homepage = "https://dystroy.org/broot/";
maintainers = with maintainers; [ magnetophon ];
maintainers = with maintainers; [ danieldk ];
license = with licenses; [ mit ];
platforms = platforms.all;
};

Loading…
Cancel
Save