I created a new package using nimble init and once it was ready nimble publish and put it on github: diff but on the nimble directory it is listed as "no version" and "install test failing", and the link to "Hosted docs" leads to an empty page.
How do I fix these things?
"no version" -> you need to create tags on GitHub in order for Nimble to treat it as a version
"install test failing": As you can see from https://nimble.directory/ci/badges/diff/nimdevel/output.html Nimble thinks the repository uses hg rather than git, and this is because of an incorrect entry in: https://github.com/nim-lang/packages/blob/master/packages.json#L15682