Unescape package description in nimble init
This commit is contained in:
parent
5b7b061465
commit
522ef4cf12
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ $#
|
|||
|
||||
requires "nim >= $#"
|
||||
""" % [
|
||||
info.pkgVersion.escape(), info.pkgAuthor, info.pkgDesc.escape(),
|
||||
info.pkgVersion.escape(), info.pkgAuthor, info.pkgDesc,
|
||||
info.pkgLicense.escape(), info.pkgSrcDir.escape(), nimbleFileOptions,
|
||||
pkgBackend, info.pkgNimDep
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue