Merge pull request #237 from muesli/systeminfo-url

Update project URL in SystemInfo
This commit is contained in:
JF002 2021-03-20 17:55:32 +01:00 committed by GitHub
commit 463e60eb4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,6 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen3() {
"Public License v3\n"
"Source code:\n"
"https://github.com/\n"
" JF002/Pinetime");
" JF002/InfiniTime");
return std::unique_ptr<Screen>(new Screens::Label(app, t3));
}