refactor: 🚚 Point all GitHub links to new repo address

This commit is contained in:
Jesse Wierzbinski 2024-07-21 15:41:27 +02:00
parent 9466c37afc
commit 7c7ddb44e2
No known key found for this signature in database
5 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ FROM node:21-alpine as final
COPY --from=builder /app/.output/ /app
LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.com)"
LABEL org.opencontainers.image.source "https://github.com/lysand-org/lysand-fe"
LABEL org.opencontainers.image.source "https://github.com/lysand-org/frontend"
LABEL org.opencontainers.image.vendor "Lysand Org"
LABEL org.opencontainers.image.licenses "AGPL-3.0"
LABEL org.opencontainers.image.title "Lysand-FE"