diff options
| author | Daniƫl de Kok <me@danieldk.eu> | 2020-08-11 17:01:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-11 17:01:28 +0200 |
| commit | c77a885c72b5b412b48c85e92ae3da1d805915ce (patch) | |
| tree | 905a39082d72d345d39a16599364f596438dae89 | |
| parent | Merge pull request #95144 from r-ryantm/auto-update/limesuite (diff) | |
| parent | broot: add danieldk as maintainer, remove magnetophon (diff) | |
| download | nixpkgs-c77a885c72b5b412b48c85e92ae3da1d805915ce.tar.gz | |
Merge pull request #95183 from danieldk/broot-maintainer
broot: add danieldk as maintainer, remove magnetophon
| -rw-r--r-- | pkgs/tools/misc/broot/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/broot/default.nix b/pkgs/tools/misc/broot/default.nix index 46b8a754ea3b..bafe507a37c2 100644 --- a/pkgs/tools/misc/broot/default.nix +++ b/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; }; |
