nushell: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2019-11-27 08:49:18 +02:00
parent 1b5df99e7a
commit a9cda5f14c
No known key found for this signature in database
GPG key ID: F3510FE5691629A1

View file

@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
description = "A modern shell written in Rust";
homepage = "https://www.nushell.sh/";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = with maintainers; [ filalex77 marsam ];
};
passthru = {