Fix gerrit module name

The specificed gerrit module belongs to a different plugin
owners-autoassign.

Change-Id: I1b583c247b09777cd84e3c4e6c91b977397f318e
diff --git a/owners-api/BUILD b/owners-api/BUILD
index ccf66e6..06416d2 100644
--- a/owners-api/BUILD
+++ b/owners-api/BUILD
@@ -11,7 +11,7 @@
         "Implementation-Title: Gerrit OWNERS api plugin",
         "Implementation-URL: https://gerrit.googlesource.com/plugins/owners",
         "Gerrit-PluginName: owners-api",
-        "Gerrit-Module: com.googlesource.gerrit.owners.common.AutoassignModule",
+        "Gerrit-Module: com.googlesource.gerrit.owners.api.OwnersApiModule",
     ],
     resources = glob(["src/main/**/*"]),
     deps = [],