update bcr config files
diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json
index a9c5ed2..6b8d3e5 100644
--- a/.bcr/metadata.template.json
+++ b/.bcr/metadata.template.json
@@ -1,6 +1,10 @@
 {
   "homepage": "https://github.com/bazelbuild/rules_platform",
-  "maintainers": [],
+  "maintainers": [
+      "name": "Ara Nguyen",
+      "email": "aranguyen@google.com",
+      "github": "aranguyen"
+  ],
   "repository": [
     "github:bazelbuild/rules_platform"
   ],
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml
index 35881d9..2671700 100644
--- a/.bcr/presubmit.yml
+++ b/.bcr/presubmit.yml
@@ -2,6 +2,8 @@
   module_path: "e2e/bzlmod"
   matrix:
     platform: ["debian10", "macos", "ubuntu2004", "windows"]
+    bazel:
+    - 7.x
   tasks:
     run_tests:
       name: "Run test module"
diff --git a/MODULE.bazel b/MODULE.bazel
index 021ec8a..bcae51d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -5,7 +5,6 @@
 
 module(
     name = "rules_platform",
-    repo_name = "rules_platform",
 )
 
 bazel_dep(name = "bazel_skylib", version = "1.5.0")