Fix `nimble init` nimscript format.
This commit is contained in:
parent
26f5fcdd3f
commit
207f1bd63c
1 changed files with 2 additions and 2 deletions
|
|
@ -924,12 +924,12 @@ proc init(options: Options) =
|
|||
|
||||
version = "1.0.0"
|
||||
author = $1
|
||||
description = ""
|
||||
description = "New Nimble project for Nim"
|
||||
license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= "0.11.2"
|
||||
requires "nim >= 0.11.2"
|
||||
""" % guessAuthor().escape()
|
||||
close(outFile)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue