krz/libre-edit
A free and private text editor for iOS.
clone: git clone https://gitbay.org/krz/libre-edit.git
588c2f40dd2c30fda6da876f2572f5c6d20bcba5
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2025-08-02T16:08:19Z
LibreEdit/ContentView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) @@ -85,9 +85,9 @@ struct ContentView: View { Text("") 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("Visit the [GitHub Repository](https://git.sr.ht/~cxc/LibreEdit) to view the source code.") Text("") - Text("This project was developed under the [GNU GPL v3 license](https://github.com/ccleberg/ios-edit/LICENSE).") + Text("This project was developed under the [GNU GPL v3 license](https://git.sr.ht/~cxc/LibreEdit/LICENSE).") Spacer() } .padding()