Cleaning up app categories and default app origin to be "ONOS Community"
Change-Id: Ia01dffcbd2c4dcf615dd3af5e2f941a5d4beff42
diff --git a/protocols/grpc/BUCK b/protocols/grpc/BUCK
index 57ab1a0..562d6f6 100644
--- a/protocols/grpc/BUCK
+++ b/protocols/grpc/BUCK
@@ -31,7 +31,7 @@
onos_app (
app_name = 'org.onosproject.protocols.grpc',
title = 'gRPC Protocol Subsystem',
- category = 'Protocols',
+ category = 'Protocol',
url = 'http://onosproject.org',
description = 'ONOS gRPC protocol subsystem',
included_bundles = BUNDLES,
diff --git a/protocols/p4runtime/BUCK b/protocols/p4runtime/BUCK
index e677f9f..bf89ed7 100644
--- a/protocols/p4runtime/BUCK
+++ b/protocols/p4runtime/BUCK
@@ -7,7 +7,7 @@
onos_app(
app_name = 'org.onosproject.protocols.p4runtime',
title = 'P4Runtime Protocol Subsystem',
- category = 'Protocols',
+ category = 'Protocol',
url = 'http://onosproject.org',
description = 'ONOS P4Runtime protocol subsystem',
included_bundles = BUNDLES,