correct electron config to not point at personal piwik

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/4056/head
Michael Telatynski 2017-05-28 13:10:13 +01:00
parent 6969baa5a6
commit 28d929f901
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
] ]
}, },
"piwik": { "piwik": {
"url": "//piwik.riot.ovh/", "url": "//piwik.riot.im/",
"siteId": 2 "siteId": 1
} }
} }