Skip to content

Commit

Permalink
fix: use https instead of ssh to get the repo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
belitre authored Oct 17, 2019
1 parent b2d3a15 commit 7e2646a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "__A library to parse raw json to avro with magic!__",
"repository": {
"type": "git",
"url": "https:git@github.com:ouzi-dev/avro-kedavro.git"
"url": "https://github.com/ouzi-dev/avro-kedavro.git"
},
"author": "belitre",
"devDependencies": {
Expand Down Expand Up @@ -62,4 +62,4 @@
"publishConfig": {
"access": "restricted"
}
}
}

0 comments on commit 7e2646a

Please sign in to comment.