Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/lisp/BUCK b/drivers/lisp/BUCK
index 695fc40..18b053a 100644
--- a/drivers/lisp/BUCK
+++ b/drivers/lisp/BUCK
@@ -31,10 +31,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.lisp',
-    title = 'LISP Device Drivers',
+    title = 'Generic LISP Drivers',
     category = 'Drivers',
     url = 'https://wiki.onosproject.org/display/ONOS/LISP+as+SBI',
-    description = 'ONOS LISP Device Drivers application.',
+    description = 'Adds support for devices using LISP.',
     included_bundles = BUNDLES,
     required_apps = [ 'org.onosproject.lisp' ],
 )