diff --git a/buildozer/targets/android.py b/buildozer/targets/android.py index 2919aa8..9914000 100644 --- a/buildozer/targets/android.py +++ b/buildozer/targets/android.py @@ -500,7 +500,7 @@ class TargetAndroid(Target): if not self.buildozer.file_exists(pa_dir): cmd( ('git clone -b {} --single-branch ' - 'https://github.com/rnixx/python-for-android.git ' + 'https://github.com/kivy/python-for-android.git ' '{}').format(source, self.p4a_directory), cwd=self.buildozer.platform_dir) elif self.platform_update: