Cleaning up application titles, descriptions and categories.
Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/cisco/rest/BUCK b/drivers/cisco/rest/BUCK
index b4c5b11..9c898c2 100644
--- a/drivers/cisco/rest/BUCK
+++ b/drivers/cisco/rest/BUCK
@@ -26,10 +26,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' ],
)