From ee19f0a079baa7ac8243c612eacc6e80faa9658f Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 22 Jun 2025 14:25:31 +0800 Subject: [PATCH] nushell: add ryan4yin as a maintainer --- pkgs/shells/nushell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 8c3d3ef2b748..903cced2a9cd 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -95,6 +95,7 @@ rustPlatform.buildRustPackage { Br1ght0ne johntitor joaquintrinanes + ryan4yin ]; mainProgram = "nu"; };