Skip to content

Commit 6d327dc

Browse files
committed
fixup! Update license in Docker image annotations
1 parent 8b769d2 commit 6d327dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ FROM alpine:latest
3030
RUN apk --update --no-cache add curl
3131
LABEL org.opencontainers.image.title="Dendrite"
3232
LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go"
33-
LABEL org.opencontainers.image.source="https://github.com/matrix-org/dendrite"
33+
LABEL org.opencontainers.image.source="https://github.com/element-hq/dendrite"
3434
LABEL org.opencontainers.image.licenses="AGPL-3.0-only"
35-
LABEL org.opencontainers.image.documentation="https://matrix-org.github.io/dendrite/"
36-
LABEL org.opencontainers.image.vendor="The Matrix.org Foundation C.I.C."
35+
LABEL org.opencontainers.image.documentation="https://element-hq.github.io/dendrite/"
36+
LABEL org.opencontainers.image.vendor="New Vector Ltd."
3737

3838
COPY --from=build /out/create-account /usr/bin/create-account
3939
COPY --from=build /out/generate-config /usr/bin/generate-config

0 commit comments

Comments
 (0)