Skip to content

Commit 463e60e

Browse files
authored
Merge pull request #237 from muesli/systeminfo-url
Update project URL in SystemInfo
2 parents 91ddc66 + 509ac06 commit 463e60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/SystemInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen3() {
122122
"Public License v3\n"
123123
"Source code:\n"
124124
"https://github.com/\n"
125-
" JF002/Pinetime");
125+
" JF002/InfiniTime");
126126
return std::unique_ptr<Screen>(new Screens::Label(app, t3));
127127
}

0 commit comments

Comments
 (0)