diff --git a/package.json b/package.json index 269c8912..55a8843d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "go-libp2p", - "author": "joe", + "author": "whyrusleeping", "version": "1.0.0", "gxDependencies": [ { @@ -44,5 +44,8 @@ "version": "1.0.0" } ], - "language": "go" -} \ No newline at end of file + "language": "go", + "gx":{ + "dvcsimport":"github.com/ipfs/go-libp2p" + } +}