Add implementation vendor and url to the manifest
Change-Id: Ida9b9a9cbf12ee3b1c9f9097330caebe30ee93ef
diff --git a/BUCK b/BUCK
index da55c40..e23b026 100644
--- a/BUCK
+++ b/BUCK
@@ -6,6 +6,8 @@
resources = glob(['src/main/resources/**/*']),
manifest_entries = [
'Gerrit-PluginName: events-log',
+ 'Implementation-Vendor: Ericsson',
+ 'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/events-log',
'Gerrit-Module: com.ericsson.gerrit.plugins.eventslog.Module',
'Gerrit-HttpModule: com.ericsson.gerrit.plugins.eventslog.HttpModule',
],