Skip to content

Commit

Permalink
fix Locomotive Services URL (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Tsang <michael.tsang@jnction.co.uk>
  • Loading branch information
miklcct and Michael Tsang committed Nov 24, 2023
1 parent 5c08e83 commit f24e1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gtfs/agency.ts
Expand Up @@ -20,7 +20,7 @@ export const agencies: Agency[] = [
{ agency_id: "LD", agency_name: "Lumo", agency_url: "https://www.lumo.co.uk/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0345 528 0409", agency_fare_url: null },
{ agency_id: "LM", agency_name: "West Midlands Trains ", agency_url: "https://www.wmtrains.co.uk/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0333 311 0039", agency_fare_url: null },
{ agency_id: "LO", agency_name: "London Overground", agency_url: "https://tfl.gov.uk/modes/london-overground/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0343 222 1234", agency_fare_url: null },
{ agency_id: "LS", agency_name: "Locomotive Services", agency_url: "https://http://lsltoc.co.uk/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "01225 866205", agency_fare_url: null },
{ agency_id: "LS", agency_name: "Locomotive Services", agency_url: "https://lsltoc.co.uk/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "01225 866205", agency_fare_url: null },
{ agency_id: "LT", agency_name: "London Underground", agency_url: "https://tfl.gov.uk/modes/tube/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0343 222 1234", agency_fare_url: null },
{ agency_id: "ME", agency_name: "Merseyrail", agency_url: "https://www.merseyrail.org/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0151 555 1111", agency_fare_url: null },
{ agency_id: "NT", agency_name: "Northern Rail", agency_url: "https://www.northernrail.org/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0800 200 6060", agency_fare_url: null },
Expand Down

0 comments on commit f24e1a3

Please sign in to comment.