mirror of
https://github.com/HackPlan/github-commit-ical.git
synced 2026-06-13 22:28:22 +08:00
change domain
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user