From 99ff63c431b8b3d914f6b415d673d693c6cda2ac Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Sun, 30 Mar 2025 19:04:09 -0600 Subject: [PATCH] Dockerfiles: update source labels --- clang-format-14.dockerfile | 2 +- clang-format-16.dockerfile | 2 +- clang-format-8.dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clang-format-14.dockerfile b/clang-format-14.dockerfile index 0dfbfd5..4a4ebfd 100644 --- a/clang-format-14.dockerfile +++ b/clang-format-14.dockerfile @@ -25,7 +25,7 @@ LABEL maintainer="Carl Pearson " LABEL org.opencontainers.image.title="clang-format 14" LABEL description="A container with clang-format 14" LABEL org.opencontainers.image.description="A container with clang-format 14" -LABEL org.opencontainers.image.source https://github.com/cwpearson/clang-format +LABEL org.opencontainers.image.source https://git.sr.ht/~cwpearson/clang-format LABEL org.opencontainers.image.licenses="MIT" # LABEL version="1.0" # LABEL org.opencontainers.image.version="1.0" diff --git a/clang-format-16.dockerfile b/clang-format-16.dockerfile index 4bc51d9..9a10da9 100644 --- a/clang-format-16.dockerfile +++ b/clang-format-16.dockerfile @@ -25,7 +25,7 @@ LABEL maintainer="Carl Pearson " LABEL org.opencontainers.image.title="clang-format 16" LABEL description="A container with clang-format 16" LABEL org.opencontainers.image.description="A container with clang-format 16" -LABEL org.opencontainers.image.source https://github.com/cwpearson/clang-format +LABEL org.opencontainers.image.source https://git.sr.ht/~cwpearson/clang-format LABEL org.opencontainers.image.licenses="MIT" # LABEL version="1.0" # LABEL org.opencontainers.image.version="1.0" diff --git a/clang-format-8.dockerfile b/clang-format-8.dockerfile index 5e4b150..3c7f31f 100644 --- a/clang-format-8.dockerfile +++ b/clang-format-8.dockerfile @@ -28,7 +28,7 @@ LABEL maintainer="Carl Pearson " LABEL org.opencontainers.image.title="clang-format 8" LABEL description="A container with clang-format 8" LABEL org.opencontainers.image.description="A container with clang-format 8" -LABEL org.opencontainers.image.source https://github.com/cwpearson/clang-format +LABEL org.opencontainers.image.source https://git.sr.ht/~cwpearson/clang-format LABEL org.opencontainers.image.licenses="MIT" # LABEL version="1.0" # LABEL org.opencontainers.image.version="1.0"