Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/cert4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@messageconcept.com>2021-11-18 14:19:07 +0300
committerRicki Hirner <hirner@bitfire.at>2021-11-19 13:44:18 +0300
commitd6ac68850912aa1a8c2a9c04199f323518619860 (patch)
tree6c0b0a582fdfb7545282231484dc565889b6313b
parent396a715a826d75e46daba4a4f8ea56cd60bb08bb (diff)
Fix libraryWebsite URL after the move to GitHub
See 6f14f6aec4dfe646e1e16db34803da1c46577a90
-rw-r--r--src/main/res/values/about_strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/about_strings.xml b/src/main/res/values/about_strings.xml
index c46baa7..75526c0 100644
--- a/src/main/res/values/about_strings.xml
+++ b/src/main/res/values/about_strings.xml
@@ -6,7 +6,7 @@
<string name="library_cert4android_authorWebsite" translatable="false">https://www.bitfire.at</string>
<string name="library_cert4android_libraryName" translatable="false">cert4android</string>
<string name="library_cert4android_libraryDescription">Library for managing custom certificates in an app-private key store</string>
- <string name="library_cert4android_libraryWebsite" translatable="false">https://gitlab.com/bitfireAT/cert4android</string>
+ <string name="library_cert4android_libraryWebsite" translatable="false">https://github.com/bitfireAT/cert4android</string>
<string name="library_cert4android_licenseId" translatable="false">gpl_3_0</string>
<string name="library_cert4android_isOpenSource" translatable="false">true</string>