Adapt plugin name and URL in BUILD file
Change-Id: Ib3bd5856e8928c3b5fdc30ee46a42ffb87bb5596
diff --git a/BUILD b/BUILD
index 5d662a0..7d61c55 100644
--- a/BUILD
+++ b/BUILD
@@ -6,7 +6,7 @@
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Implementation-Title: Gerrit Virtual Host lib module",
- "Implementation-URL: https://github.com/gerritforge/gerrit-virtualhost",
+ "Implementation-URL: https://gerrit.googlesource.com/modules/virtualhost",
],
resources = glob(["src/main/resources/**/*"]),
)
@@ -16,7 +16,7 @@
srcs = glob(["src/test/java/**/*Test.java"]),
visibility = ["//visibility:public"],
deps = [
- ":project-vhost__plugin",
+ ":virtualhost__plugin",
"//gerrit-acceptance-framework:lib",
"//gerrit-plugin-api:lib",
],