nushell: add joaquintrinanes as maintainer

This commit is contained in:
Joaquín Triñanes 2024-03-11 22:37:56 +01:00
parent b0d32a9bae
commit 5f9c257084
No known key found for this signature in database
GPG key ID: 6E1446DD451C6BAF

View file

@ -73,7 +73,7 @@ rustPlatform.buildRustPackage {
description = "A modern shell written in Rust";
homepage = "https://www.nushell.sh/";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne johntitor marsam ];
maintainers = with maintainers; [ Br1ght0ne johntitor marsam joaquintrinanes ];
mainProgram = "nu";
};
}