Merge pull request #295160 from JoaquinTrinanes/add-joaquin-maintainer

maintainers: add joaquintrinanes and add as nushell maintainer
This commit is contained in:
Weijia Wang 2024-03-12 18:54:22 +01:00 committed by GitHub
commit 0a26e07a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -9255,6 +9255,15 @@
githubId = 1102396;
name = "Jussi Maki";
};
joaquintrinanes = {
email = "hi@joaquint.io";
github = "JoaquinTrinanes";
name = "Joaquín Triñanes";
githubId = 1385934;
keys = [{
fingerprint = "3A13 5C15 E1D5 850D 2F90 AB25 6E14 46DD 451C 6BAF";
}];
};
jobojeha = {
email = "jobojeha@jeppener.de";
github = "jobojeha";

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";
};
}