atlas: minor changes

This commit is contained in:
Araq
2021-07-21 09:09:43 +02:00
parent 70fb377e88
commit b6f9f7a33e

View File

@@ -14,7 +14,7 @@ import parse_requires, osutils, packagesjson
const
Version = "0.1"
Usage = "atlas - Nim Package Manager Version " & Version & """
Usage = "atlas - Nim Package Cloner Version " & Version & """
(c) 2021 Andreas Rumpf
Usage:
@@ -170,7 +170,7 @@ proc toName(p: string): PackageName =
else:
result = PackageName p
proc needsCommitLookup(commit: string): bool {.inline} =
proc needsCommitLookup(commit: string): bool {.inline.} =
'.' in commit or commit == InvalidCommit
proc isShortCommitHash(commit: string): bool {.inline.} =