broot: add dywedir to maintainers

This commit is contained in:
Vladyslav M 2021-08-01 18:22:09 +03:00
parent 3b4f4560d2
commit ac7935480a
No known key found for this signature in database
GPG key ID: 3B1AD98E3D65BD4D

View file

@ -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; [ ];
maintainers = with maintainers; [ dywedir ];
license = with licenses; [ mit ];
};
}