Skip to content

Commit

Permalink
fix: rename invalid license field (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez authored Oct 9, 2024
1 parent febbc14 commit f34fa63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"urls": {
"direct_download": "https://data.gtfs.be/tec/gtfs/be-tec-gtfs.zip",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/be-wallonne-tec-gtfs-1868.zip?alt=media",
"license_url": "https://gtfs.be/"
"license": "https://gtfs.be/"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"urls": {
"direct_download": "https://www.yrt.ca/google/google_transit.zip",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/ca-ontario-york-region-transit-gtfs-728.zip?alt=media",
"license_url": "https://www.yrt.ca/en/about-us/open-data-licence-agreement.aspx"
"license": "https://www.yrt.ca/en/about-us/open-data-licence-agreement.aspx"
}
}

0 comments on commit f34fa63

Please sign in to comment.