diff --git a/app.coffee b/app.coffee index ebbd691..3009f64 100644 --- a/app.coffee +++ b/app.coffee @@ -68,7 +68,7 @@ app.get '/:username', (req, res) -> , (err, result) -> cal = ical() - cal.setDomain('commit-calendar.newsbee.io').setName("#{username} Commit History") + cal.setDomain('commitcal.newsbee.io').setName("#{username} Commit History") for commits in result for commit in commits diff --git a/package.json b/package.json index 576dbc3..7c66c0e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "github-commit-ical", "version": "0.1.0", "description": "View your commit history in Calendar", - "homepage": "http://commit-calendar.newsbee.io", + "homepage": "http://commitcal.newsbee.io", "license": "MIT", "repository": { "type": "git", diff --git a/static/index.jade b/static/index.jade index e6fd878..54c0c5b 100644 --- a/static/index.jade +++ b/static/index.jade @@ -35,7 +35,7 @@ html return false; } - url = "commit-calendar.newsbee.io/" + username; + url = "commitcal.newsbee.io/" + username; if (window.navigator.platform.toUpperCase().indexOf('MAC') >= 0) { window.open("webcal://" + url);