prepare Apache import as maven-sources.git

Change-Id: Ia03b09c638e21a544ecf12f2e19548867e87ec35
diff --git a/README.md b/README.md
index 61835fd..d9b6762 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# Apache Maven Aggregator
+# Apache Maven Sources
 
-Manifest to fetch every Apache Maven git repositories using [Google repo](https://source.android.com/source/using-repo).
+Manifest to fetch every [Apache Maven](https://maven.apache.org) git repositories using [Google repo](https://source.android.com/source/using-repo).
 
 ## Bootstrapping Basics
 
 ```
 mkdir maven
 cd maven
-repo init -u https://github.com/hboutemy/maven-aggregator.git
+repo init -u https://gitbox.apache.org/repos/asf/maven-sources.git
 repo sync
 repo start master --all
 ```