change domain

This commit is contained in:
jysperm
2014-07-27 12:27:21 +08:00
parent 134e55b68d
commit ebeadec866
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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);