Fix application name and description in BUCK file
Change-Id: I26aa0cd81629f0b94df47dae1f74244096cf5e25
diff --git a/apps/segmentrouting/BUCK b/apps/segmentrouting/BUCK
index b659b86..21b3301 100644
--- a/apps/segmentrouting/BUCK
+++ b/apps/segmentrouting/BUCK
@@ -5,7 +5,6 @@
'//cli:onos-cli',
'//incubator/api:onos-incubator-api',
'//utils/rest:onlab-rest',
-
]
TEST_DEPS = [
@@ -18,8 +17,8 @@
)
onos_app (
- title = 'Proxy ARP/NDP App',
+ title = 'Segment Routing App',
category = 'Traffic Steering',
url = 'http://onosproject.org',
- description = 'Proxy ARP/NDP application.',
+ description = 'Segment routing application.',
)