lsd: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2020-04-09 12:52:07 +03:00
parent f5ceacc4a7
commit 41bcd8652d

View File

@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
homepage = https://github.com/Peltoche/lsd; homepage = https://github.com/Peltoche/lsd;
description = "The next gen ls command"; description = "The next gen ls command";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.marsam ]; maintainers = with maintainers; [ filalex77 marsam ];
}; };
} }