Cleaning up application titles, descriptions and categories.
Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/cisco/rest/BUCK b/drivers/cisco/rest/BUCK
index 5f544d9..73acb67 100644
--- a/drivers/cisco/rest/BUCK
+++ b/drivers/cisco/rest/BUCK
@@ -27,10 +27,10 @@
onos_app (
app_name = 'org.onosproject.drivers.cisco.rest',
- title = 'Cisco REST device drivers',
+ title = 'Cisco REST Drivers',
category = 'Drivers',
url = 'http://onosproject.org',
- description = 'ONOS Cisco REST device drivers application.',
+ description = 'Adds support for Cisco devices using REST.',
included_bundles = BUNDLES,
required_apps = [ 'org.onosproject.restsb' ],
)