Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/arista/BUCK b/drivers/arista/BUCK
index 551afbb..0434807 100644
--- a/drivers/arista/BUCK
+++ b/drivers/arista/BUCK
@@ -27,10 +27,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.arista',
-    title = 'Arista Device Drivers',
+    title = 'Arista Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS Arista Device Drivers application.',
+    description = 'Adds support for Arista devices.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.restsb' ],
 )