Loading pkgs/shells/nushell/plugins/formats.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "A formats plugin for Nushell"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_formats"; license = licenses.mpl20; maintainers = with maintainers; [ viraptor ]; maintainers = with maintainers; [ viraptor aidalgol ]; platforms = with platforms; all; }; } pkgs/shells/nushell/plugins/gstat.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "A git status plugin for Nushell"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_gstat"; license = licenses.mpl20; maintainers = with maintainers; [ mrkkrp ]; maintainers = with maintainers; [ mrkkrp aidalgol ]; platforms = with platforms; all; }; } pkgs/shells/nushell/plugins/query.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage { description = "A Nushell plugin to query JSON, XML, and various web data"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_query"; license = licenses.mpl20; maintainers = with maintainers; [ happysalada ]; maintainers = with maintainers; [ happysalada aidalgol ]; platforms = with platforms; all; }; } Loading
pkgs/shells/nushell/plugins/formats.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "A formats plugin for Nushell"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_formats"; license = licenses.mpl20; maintainers = with maintainers; [ viraptor ]; maintainers = with maintainers; [ viraptor aidalgol ]; platforms = with platforms; all; }; }
pkgs/shells/nushell/plugins/gstat.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "A git status plugin for Nushell"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_gstat"; license = licenses.mpl20; maintainers = with maintainers; [ mrkkrp ]; maintainers = with maintainers; [ mrkkrp aidalgol ]; platforms = with platforms; all; }; }
pkgs/shells/nushell/plugins/query.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage { description = "A Nushell plugin to query JSON, XML, and various web data"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_query"; license = licenses.mpl20; maintainers = with maintainers; [ happysalada ]; maintainers = with maintainers; [ happysalada aidalgol ]; platforms = with platforms; all; }; }