From 3d3166ce05b17f6489f3c08cdd4cacb04772053b Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Sun, 17 Jul 2016 07:18:18 -0700 Subject: [PATCH] Travel category, close #368 --- contents.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/contents.json b/contents.json index 2a1d32ca..1b0682f5 100644 --- a/contents.json +++ b/contents.json @@ -105,6 +105,10 @@ "title": "Tasks", "id": "tasks" }, + { + "title": "Travel", + "id": "travel" + }, { "title": "Weather", "id": "weather" @@ -1534,7 +1538,7 @@ }, { "title": "Alarm", - "category": "location", + "category": ["location", "travel"], "description": "Geolocation based alarm app for travelers", "license": "mit", "source": "https://github.com/ChrisChares/swift-alarm", @@ -1697,7 +1701,7 @@ }, { "title": "Smart Traveller (UberGuide)", - "category": "location", + "category": "travel", "description": "Simple and comfortable way to explore a city using Uber API", "license": "mit", "source": "https://github.com/hACKbUSTER/UberGuide-iOS", @@ -3891,7 +3895,7 @@ }, { "title": "MetricTime", - "category": "timer", + "category": "travel", "description": "Displays 'Metric Time' for pranking friends on trips to countries that use the metric system", "source": "https://github.com/DeveloperACE/MetricTime", "tags": [ @@ -5057,7 +5061,7 @@ }, { "title": "Themoji", - "category": "misc", + "category": "travel", "license": "other", "description": "Use Emojis to communicate while traveling", "homepage": "https://themoji.me/",