yazi: add eljamm as maintainer

This commit is contained in:
eljamm 2024-06-19 17:55:18 +01:00
parent c217dc9717
commit d42c42b164
No known key found for this signature in database
GPG Key ID: 7630FDF7C8FB1F3F

View File

@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
description = "Blazing fast terminal file manager written in Rust, based on async I/O";
homepage = "https://github.com/sxyazi/yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ xyenon matthiasbeyer linsui ];
maintainers = with lib.maintainers; [ xyenon matthiasbeyer linsui eljamm ];
mainProgram = "yazi";
};
}