Replace fdroid.org with f-droid.org

This commit is contained in:
Daniel Martí 2015-08-20 10:06:01 -07:00
parent 0283962ed2
commit 05285d23b7
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ public class Repo extends ValueObject {
/** /**
* If we haven't run an update for this repo yet, then the name * If we haven't run an update for this repo yet, then the name
* will be unknown, in which case we will just take a guess at an * will be unknown, in which case we will just take a guess at an
* appropriate name based on the url (e.g. "fdroid.org/archive") * appropriate name based on the url (e.g. "f-droid.org/archive")
*/ */
public static String addressToName(String address) { public static String addressToName(String address) {
String tempName; String tempName;

View File

@ -1,7 +1,7 @@
F-Droid Client F-Droid Client
============== ==============
Client for [F-Droid](https://fdroid.org), the Free Software repository system Client for [F-Droid](https://f-droid.org), the Free Software repository system
for Android. for Android.
Building from source with Gradle Building from source with Gradle