README: fix local_manifests repo link
diff --git a/README.md b/README.md
index 24f9120..55b9aa6 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@
mkdir aosp-repo
cd aosp-repo
repo init -u https://android.googlesource.com/platform/manifest -b master
-git clone https://github.com/pundiramit/android-local-manifests.git .repo/local_manifests -b master
+git clone https://github.com/aospm/android_local_manifests .repo/local_manifests -b main
repo sync -j$nproc
source build/envsetup.sh
# See table above