summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-09 04:30:03 +0800
committerGitHub <noreply@github.com>2022-09-08 22:30:03 +0200
commit1699ba1c93acd30c871bb7bf2788630a9ad4577c (patch)
tree8e08db3592fb0b079c52e17d37cd220f6befd224 /compiler
parent918ae1691909d81a53b70a3d4d4f34f014ab5010 (diff)
downloadNim-1699ba1c93acd30c871bb7bf2788630a9ad4577c.tar.gz
fixes nightlies build regression (#20322)
fixes nightlies build
Diffstat (limited to 'compiler')
-rw-r--r--compiler/installer.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini
index 41eee09f1..094b92a68 100644
--- a/compiler/installer.ini
+++ b/compiler/installer.ini
@@ -141,5 +141,5 @@ shortDesc: "The Nim Compiler"
 licenses: "bin/nim,MIT;lib/*,MIT;"
 
 [nimble]
-pkgName: "compiler"
+pkgName: "nim"
 pkgFiles: "compiler/*;doc/basicopt.txt;doc/advopt.txt;doc/nimdoc.css"