File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " github-notifier " ,
2+ "name" : " gitify " ,
33 "version" : " 0.0.1" ,
44 "description" : " Github Notifications on your menu bar." ,
55 "main" : " main.js" ,
1414 },
1515 "repository" : {
1616 "type" : " git" ,
17- "url" : " https://github.com/ekonstantinidis/github-notifier .git"
17+ "url" : " https://github.com/ekonstantinidis/gitify .git"
1818 },
1919 "keywords" : [
2020 " github" ,
2626 "author" : " Emmanouil Konstantinidis" ,
2727 "license" : " MIT" ,
2828 "bugs" : {
29- "url" : " https://github.com/ekonstantinidis/github-notifier /issues"
29+ "url" : " https://github.com/ekonstantinidis/gitify /issues"
3030 },
31- "homepage" : " https://github.com/ekonstantinidis/github-notifier " ,
31+ "homepage" : " https://github.com/ekonstantinidis/gitify " ,
3232 "dependencies" : {
3333 "bootstrap" : " =3.3.4" ,
3434 "browserify" : " =10.2.1" ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ var Navigation = React.createClass({
6969 < div className = 'container-fluid' >
7070 < div className = 'row navigation' >
7171 < div className = 'col-xs-4 left' > { refreshIcon } </ div >
72- < div className = 'col-xs-4 logo' > GitHub </ div >
72+ < div className = 'col-xs-4 logo' > Gitify </ div >
7373 < div className = 'col-xs-4 right' >
7474 { logoutIcon }
7575 < i className = "fa fa-power-off" onClick = { this . appQuit } />
You can’t perform that action at this time.
0 commit comments