Cleaning up app names, descriptions and categories.

Change-Id: I684fdf23fcd8a8078d82bc6ff5e3d1af664b20c2
diff --git a/providers/tl1/BUCK b/providers/tl1/BUCK
index 6168610..1c57dc4 100644
--- a/providers/tl1/BUCK
+++ b/providers/tl1/BUCK
@@ -7,7 +7,8 @@
     app_name = 'org.onosproject.tl1',
     title = 'TL1 Provider',
     category = 'Provider',
-    url = 'http://onosproject.org',
+    url = 'https://wiki.onosproject.org/display/ONOS/TL1',
     included_bundles = BUNDLES,
-    description = 'TL1 protocol southbound providers.',
+    description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' +
+        'with TL1 enable devices from information given by network configuration.',
 )