From 0fc19660085f28a014a01014cb0a31c45f09afd7 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 23 Aug 2017 10:44:48 -0700 Subject: [PATCH] Update url --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 03fde4a..c27c985 100644 --- a/app.json +++ b/app.json @@ -1,13 +1,13 @@ { "name": "Clear Transit", - "description": "Clear Transit web server", + "description": "Server application for Clear Transit", "keywords": [ "transit", "Sinatra", "Ruby" ], - "website": "https://github.com/IamTheFij/ClearTransit-Web", - "repository": "https://github.com/IamTheFij/ClearTransit-Web", + "website": "https://github.com/IamTheFij/ClearTransitServer", + "repository": "https://github.com/IamTheFij/ClearTransitServer", "success_url": "/working", "scripts": { "postdeploy": "ruby ./build_agency_bounds.rb"