Skip to content

Commit

Permalink
refactor: rename LICENSE --> LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 13, 2024
1 parent 92fe80c commit cc036be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/backend/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_application() -> FastAPI:
version=__version__,
license_info={
"name": "GPL-3.0-only",
"url": "https://raw.githubusercontent.com/hotosm/fmtm/main/LICENSE",
"url": "https://raw.githubusercontent.com/hotosm/fmtm/main/LICENSE.md",
},
debug=settings.DEBUG,
lifespan=lifespan,
Expand Down

0 comments on commit cc036be

Please sign in to comment.