From 9f93b443ffdd83f1542da5327c009c7fe812dbe2 Mon Sep 17 00:00:00 2001 From: amtoine Date: Fri, 15 Mar 2024 16:21:41 +0100 Subject: [PATCH] rename the official Nushell registry --- nupm/mod.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nupm/mod.nu b/nupm/mod.nu index ba59dd6..95b6fb5 100644 --- a/nupm/mod.nu +++ b/nupm/mod.nu @@ -23,7 +23,7 @@ export-env { # TODO: Add `nupm registry` for showing info about registries # TODO: Add `nupm registry add/remove` to add/remove registry from the env? $env.NUPM_REGISTRIES = { - nupm_test: 'https://raw.githubusercontent.com/nushell/nupm/main/registry.nuon' + nushell: 'https://raw.githubusercontent.com/nushell/nupm/main/registry.nuon' } }