Update strfmt url to github mirror.

Fixes #1601.
This commit is contained in:
Dominik Picheta
2020-08-21 23:28:20 +01:00
committed by GitHub
parent 9c585d22ff
commit f4eb5a4fa4
+3 -3
View File
@@ -1727,14 +1727,14 @@
},
{
"name": "strfmt",
"url": "https://bitbucket.org/lyro/strfmt",
"method": "hg",
"url": "https://github.com/bio-nim/nim-strfmt",
"method": "git",
"tags": [
"library"
],
"description": "A string formatting library inspired by Python's `format`.",
"license": "MIT",
"web": "https://lyro.bitbucket.org/strfmt"
"web": "https://github.com/bio-nim/nim-strfmt"
},
{
"name": "jade-nim",