Merge pull request #95183 from danieldk/broot-maintainer

broot: add danieldk as maintainer, remove magnetophon
This commit is contained in:
Daniël de Kok 2020-08-11 17:01:28 +02:00 committed by GitHub
commit c77a885c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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