Skip to content

Commit

Permalink
refactor: update refs fmtm --> drone-tm
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 23, 2024
1 parent 7f6d438 commit 9597d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/pg-upgrade/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
# Do the actual db upgrade
db-upgrade-version:
image: ghcr.io/hotosm/fmtm/pg-upgrade:14-to-16
image: ghcr.io/hotosm/drone-tm/pg-upgrade:14-to-16
build: contrib/pg-upgrade
depends_on:
db-to-volume:
Expand Down
2 changes: 1 addition & 1 deletion src/backend/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_application() -> FastAPI:
description="HOTOSM Drone Tasking Manager",
license_info={
"name": "GPL-3.0-only",
"url": "https://raw.githubusercontent.com/hotosm/fmtm/main/LICENSE.md",
"url": "https://raw.githubusercontent.com/hotosm/Drone-TM/main/LICENSE.md",
},
debug=settings.DEBUG,
docs_url="/api/docs",
Expand Down

0 comments on commit 9597d51

Please sign in to comment.