diff --git a/taskcluster/ac_taskgraph/release_promotion.py b/taskcluster/ac_taskgraph/release_promotion.py
index c3c5640506644a23712e38126d8c9199a23f2c7e..49ee0825397e861ca7b279f05c38dbaaade90744 100644
--- a/taskcluster/ac_taskgraph/release_promotion.py
+++ b/taskcluster/ac_taskgraph/release_promotion.py
@@ -15,7 +15,8 @@ from taskgraph.parameters import Parameters
 from taskgraph.util.taskgraph import find_decision_task, find_existing_tasks_from_previous_kinds
 
 RELEASE_PROMOTION_PROJECTS = (
-    "https://github.com/mozilla-mobile/android-components", "https://github.com/mozilla-releng/staging-android-components"
+    "https://github.com/mozilla-mobile/firefox-android",
+    "https://github.com/mozilla-releng/staging-firefox-android",
 )