1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 23:42:20 +08:00

Fix package manifest fields

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth
2016-04-16 21:23:06 -07:00
parent 61ed50baad
commit cc89ac3117

View File

@ -1,5 +1,7 @@
{
"bugs": {},
"bugs": {
"url": "https://github.com/ipfs/go-ipfs"
},
"gxDependencies": [
{
"hash": "Qmazh5oNUVsDZTs2g59rq8aYQqwpss8tcUWQzor5sCCEuH",
@ -38,10 +40,12 @@
}
],
"gxVersion": "0.4.0",
"gx_version": "0.4.0",
"issues_url": "",
"gx": {
"dvcsimport": "github.com/ipfs/go-libp2p",
"goversion":"1.5.2"
},
"language": "go",
"license": "",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.0"
}