Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-burgfried committed Jan 31, 2019
1 parent 5a3be2b commit 9abe395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A smarthome bridge between your sonos system and a mqtt server.",
"main": "index.js",
"license": "MIT",
"author": "Matthias Burgfried forked from Stephan van Rooij <[email protected]> (https://svrooij.nl)",
"author": "Stephan van Rooij <[email protected]> (https://svrooij.nl)",
"bin": {
"sonos2mqtt": "index.js"
},
Expand Down Expand Up @@ -32,10 +32,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/matthias-schulz/sonos2mqtt.gitt"
"url": "https://github.com/svrooij/sonos2mqtt.git"
},
"bugs": {
"url": "https://github.com/matthias-schulz/sonos2mqtt/issues"
"url": "https://github.com/svrooij/sonos2mqtt/issues"
},
"pre-commit": [
"test"
Expand Down

0 comments on commit 9abe395

Please sign in to comment.