diff --git a/mrhlpr/mr.py b/mrhlpr/mr.py
index c377119e7498cb61f5921c646a5a01e747e7e570..fbd07e28bed101b27f4609c81a616e25821ce232 100644
--- a/mrhlpr/mr.py
+++ b/mrhlpr/mr.py
@@ -180,8 +180,11 @@ def get_artifacts_repo_urls(
     else:
         pmos_release = _target_branch_to_pmos_release(api["target_branch"])
 
+        # FIXME: This is just hard-coding extra repos. While we aren't likely to add
+        # more ones in the future, it'd be better to not do this.
         return [
             f"{host_arch_job_web_url}/artifacts/raw/packages/{pmos_release}",
+            f"{host_arch_job_web_url}/artifacts/raw/packages/systemd-{pmos_release}",
         ]