Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/netconf/BUCK b/drivers/netconf/BUCK
index 2824a07..d84fbbe 100644
--- a/drivers/netconf/BUCK
+++ b/drivers/netconf/BUCK
@@ -23,10 +23,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.netconf',
-    title = 'NETCONF Device Drivers',
+    title = 'Generic NETCONF Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS NETCONF Device Drivers application.',
+    description = 'Adds support for devices using NETCONF.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.netconf' ],
 )