Skip to content

Commit 3202d20

Browse files
committed
Update repo url
1 parent dd3590b commit 3202d20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/js/components/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class Navigation extends React.Component {
4141
}
4242

4343
openBrowser() {
44-
shell.openExternal('http://www.github.com/ekonstantinidis/gitify');
44+
shell.openExternal('http://www.github.com/manosim/gitify');
4545
}
4646

4747
render() {

src/js/components/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class NotificationsPage extends React.Component {
2222
}
2323

2424
openBrowser() {
25-
shell.openExternal('http://www.github.com/ekonstantinidis/gitify');
25+
shell.openExternal('http://www.github.com/manosim/gitify');
2626
}
2727

2828
render() {

src/js/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let constants = {
44
CLIENT_SECRET: '9670de733096c15322183ff17ed0fc8704050379',
55
SCOPE: ['user:email', 'notifications'],
66

7-
REPO_SLUG: 'ekonstantinidis/gitify',
7+
REPO_SLUG: 'manosim/gitify',
88

99
// Storage
1010
STORAGE_KEY: 'gitify-storage',

0 commit comments

Comments
 (0)