Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/hp/BUCK b/drivers/hp/BUCK
index 889557c..a403221 100644
--- a/drivers/hp/BUCK
+++ b/drivers/hp/BUCK
@@ -21,9 +21,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.hp',
-    title = 'HP driver',
+    title = 'HP Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS HP device drivers application.',
+    description = 'Adds support for HP devices.',
     required_apps = [ 'org.onosproject.openflow' ],
 )