From: Soeren Apel Date: Tue, 5 Mar 2024 21:46:49 +0000 (+0100) Subject: docker: Adjust appimage repo URL X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=4f91386c6aa85081e0523acc0673b5ce413d5c73;p=sigrok-build.git docker: Adjust appimage repo URL --- diff --git a/docker/sigrok-appimage-x86_64.Dockerfile b/docker/sigrok-appimage-x86_64.Dockerfile index 2865eaa..beb67ec 100644 --- a/docker/sigrok-appimage-x86_64.Dockerfile +++ b/docker/sigrok-appimage-x86_64.Dockerfile @@ -3,7 +3,7 @@ LABEL \ org.opencontainers.image.title="sigrok AppImage x86_64 Build Image" \ org.opencontainers.image.description="This image is used to build the sigrok x86_64 AppImage artefacts" \ org.opencontainers.image.url="https://sigrok.org" \ - org.opencontainers.image.source="https://github.com/knarfS/sigrok-build" \ + org.opencontainers.image.source="https://github.com/abraxa/sigrok-build" \ org.opencontainers.image.licenses="GPL-3.0-or-later" \ org.opencontainers.image.authors="Frank Stettner " \ maintainer="Frank Stettner "