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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1727,14 +1727,14 @@
}, },
{ {
"name": "strfmt", "name": "strfmt",
"url": "https://bitbucket.org/lyro/strfmt", "url": "https://github.com/bio-nim/nim-strfmt",
"method": "hg", "method": "git",
"tags": [ "tags": [
"library" "library"
], ],
"description": "A string formatting library inspired by Python's `format`.", "description": "A string formatting library inspired by Python's `format`.",
"license": "MIT", "license": "MIT",
"web": "https://lyro.bitbucket.org/strfmt" "web": "https://github.com/bio-nim/nim-strfmt"
}, },
{ {
"name": "jade-nim", "name": "jade-nim",