diff options
Diffstat (limited to 'LibreEdit/ContentView.swift')
-rw-r--r-- | LibreEdit/ContentView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibreEdit/ContentView.swift b/LibreEdit/ContentView.swift index 33dab38..6ea6f84 100644 --- a/LibreEdit/ContentView.swift +++ b/LibreEdit/ContentView.swift @@ -83,7 +83,7 @@ struct ContentView: View { Text("Developer") .font(.title) Text("") - Text("LibreEdit is a free and open source text editor for iOS built by [Christian Cleberg](https://cleberg.net).") + Text("LibreEdit is a free and open source text editor for iOS built by [Christian Cleberg](https://cmc.pub).") Text("") Text("Visit the [GitHub Repository](https://github.com/ccleberg/ios-edit) to view the source code.") Text("") |