broot: add danieldk as maintainer, remove magnetophon

Suggested by @magnetophon in
https://github.com/NixOS/nixpkgs/pull/95029#issuecomment-671440980
This commit is contained in:
Daniël de Kok 2020-08-11 16:40:56 +02:00
parent 54dddaeb17
commit 3d14fe86b9

@ -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;
};