Merge pull request #237 from muesli/systeminfo-url
Update project URL in SystemInfo
This commit is contained in:
commit
463e60eb4e
|
@ -122,6 +122,6 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen3() {
|
||||||
"Public License v3\n"
|
"Public License v3\n"
|
||||||
"Source code:\n"
|
"Source code:\n"
|
||||||
"https://github.com/\n"
|
"https://github.com/\n"
|
||||||
" JF002/Pinetime");
|
" JF002/InfiniTime");
|
||||||
return std::unique_ptr<Screen>(new Screens::Label(app, t3));
|
return std::unique_ptr<Screen>(new Screens::Label(app, t3));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user