Unverified Commit 5f9c2570 authored by Joaquín Triñanes's avatar Joaquín Triñanes
Browse files

nushell: add joaquintrinanes as maintainer

parent b0d32a9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}