diff --git a/LICENSE b/LICENSE index a5abbee49..419b4ab88 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Stephen Yeargin +Copyright (c) 2019 Transit Now Nashville Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7b73cacf7..0f6b97fdc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Implementation of the General Transit Feed Specification (GTFS) Realtime feed for Nashville's WeGo Public Transit bus system. Displays all vehicle locations on a map. -Requires a [separate application](https://github.com/stephenyeargin/gtfs-rails-api) to be up and running for the static data components (route, shapes, trips, etc.) to work properly. Configure the endpoint as `GTFS_BASE_URL` in your environment. +Requires a [separate application](https://github.com/transitnownash/gtfs-rails-api) to be up and running for the static data components (route, shapes, trips, etc.) to work properly. Configure the endpoint as `GTFS_BASE_URL` in your environment. [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) diff --git a/app.json b/app.json index 73a687427..241e1d92e 100644 --- a/app.json +++ b/app.json @@ -1,8 +1,8 @@ { "name": "WeGo Bus Map", "description": "Realtime map of Nashville's WeGo Public Transit bus locations.", - "repository": "https://github.com/stephenyeargin/wego-bus-map", - "logo": "https://raw.githubusercontent.com/stephenyeargin/wego-bus-map/master/public/apple-icon.png", + "repository": "https://github.com/transitnownash/wego-bus-map", + "logo": "https://raw.githubusercontent.com/transitnownash/wego-bus-map/master/public/apple-icon.png", "keywords": ["ruby", "sinatra", "nashville", "wego", "transit", "gtfs"], "env": { "GTFS_BASE_URL": { diff --git a/config/deploy.yml-dist b/config/deploy.yml-dist index bf7409ea0..b6e6bf8ab 100644 --- a/config/deploy.yml-dist +++ b/config/deploy.yml-dist @@ -1,7 +1,7 @@ production: domain: "user@hostname" deploy_to: "/path/to/wego-bus-map" - repository: "git@github.com:/stephenyeargin/wego-bus-map.git" + repository: "git@github.com:/transitnownash/wego-bus-map.git" branch: "master" post_deploy_script: "config/deploy/post_deploy.sh" diff --git a/views/about.erb b/views/about.erb index b4b9cbf62..263e51325 100644 --- a/views/about.erb +++ b/views/about.erb @@ -9,7 +9,7 @@

This project is an implementation of the General Transit Feed Specification (GTFS) Realtime feed for Nashville, Tennessee's WeGo Public Transit bus system. It displays all vehicle locations on a map in conjunction with GTFS Static data updated periodically when the agency announces service changes.

-

The source code is available on GitHub. +

The source code is available on GitHub.

Why?

@@ -35,7 +35,7 @@ Backend @@ -66,6 +65,6 @@ - + diff --git a/views/layouts/app.erb b/views/layouts/app.erb index d77c742f6..28f37294b 100644 --- a/views/layouts/app.erb +++ b/views/layouts/app.erb @@ -9,7 +9,6 @@ - <%= erb 'partials/google_analytics'.to_sym %> @@ -19,6 +18,6 @@ <%= yield %> - + diff --git a/views/partials/meta_data.erb b/views/partials/meta_data.erb index aafb7621f..1193bf498 100644 --- a/views/partials/meta_data.erb +++ b/views/partials/meta_data.erb @@ -19,16 +19,16 @@ - + - + - + - +