aboutsummaryrefslogtreecommitdiff
path: root/hooks/build
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/build')
-rwxr-xr-xhooks/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/build b/hooks/build
index eeead8b4..f18c58bf 100755
--- a/hooks/build
+++ b/hooks/build
@@ -22,7 +22,7 @@ fi
LABELS=(
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
org.opencontainers.image.created="$(date --utc --iso-8601=seconds)"
- org.opencontainers.image.documentation="https://github.com/dani-garcia/bitwarden_rs/wiki"
+ org.opencontainers.image.documentation="https://github.com/dani-garcia/vaultwarden/wiki"
org.opencontainers.image.licenses="GPL-3.0-only"
org.opencontainers.image.revision="${SOURCE_COMMIT}"
org.opencontainers.image.source="${SOURCE_REPOSITORY_URL}"