Cleaning up app names, descriptions and categories.

Change-Id: I684fdf23fcd8a8078d82bc6ff5e3d1af664b20c2
diff --git a/providers/netconf/BUCK b/providers/netconf/BUCK
index 4b077ad..92f7a72 100644
--- a/providers/netconf/BUCK
+++ b/providers/netconf/BUCK
@@ -13,10 +13,12 @@
 onos_app (
     title = 'NETCONF Provider',
     category = 'Provider',
-    url = 'http://onosproject.org',
+    url = 'https://wiki.onosproject.org/display/ONOS/NETCONF',
     included_bundles = BUNDLES,
     excluded_bundles = EXCLUDED_BUNDLES,
-    description = 'NETCONF protocol southbound providers.',
+    description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' +
+        'with NETCONF from information given by network configuration.' +
+        'Also provides capabilities for receiving asynchronous alarm notifications from devices.',
     required_apps = [ 'org.onosproject.faultmanagement'],
 )