File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments