Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/providers/netcfglinks/BUCK b/providers/netcfglinks/BUCK
index fe1dc0b..2b643eb 100644
--- a/providers/netcfglinks/BUCK
+++ b/providers/netcfglinks/BUCK
@@ -23,6 +23,8 @@
     title = 'Network Config Link Provider',
     category = 'Provider',
     url = 'http://onosproject.org',
-    description = 'Links provider that uses network config service to predefine devices and links.',
+    description = 'Allows operator to prescribe information about known infrastructure links and ' +
+        'their state using the network configuration subsystem. Such information takes precedence ' +
+        'over information discovered through other link discovery providers.',
     included_bundles = BUNDLES,
 )