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

github.com/bitfireAT/vcard4android.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:24:25 +0300
committerRicki Hirner <hirner@bitfire.at>2021-11-19 13:45:14 +0300
commit1caa8c6983a1888bdc0560220f7a9e298d80aed1 (patch)
tree7ac76e0bd4054097987f275b1cc64e63275f6974
parentaf0072d7d1b650ab5191f72503b85095aaddecca (diff)
Fix libraryWebsite URL after the move to GitHub
See ef118496299012b8f6aafeb8c5c9c32765b6944e
-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 44462ad..81f8ca7 100644
--- a/src/main/res/values/about_strings.xml
+++ b/src/main/res/values/about_strings.xml
@@ -6,7 +6,7 @@
<string name="library_vcard4android_authorWebsite" translatable="false">https://www.bitfire.at</string>
<string name="library_vcard4android_libraryName" translatable="false">vcard4android</string>
<string name="library_vcard4android_libraryDescription">Allows usage of vCard resources with the Android contacts provider</string>
- <string name="library_vcard4android_libraryWebsite" translatable="false">https://gitlab.com/bitfireAT/vcard4android</string>
+ <string name="library_vcard4android_libraryWebsite" translatable="false">https://github.com/bitfireAT/vcard4android</string>
<string name="library_vcard4android_licenseId" translatable="false">gpl_3_0</string>
<string name="library_vcard4android_isOpenSource" translatable="false">true</string>