Update project URL in SystemInfo

Pinetime -> InfiniTime
This commit is contained in:
Christian Muehlhaeuser 2021-03-16 04:01:22 +01:00
parent ada9425357
commit 509ac066d4
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -119,6 +119,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));
}