1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-13 02:52:20 +00:00

change repository to ciromattia

This commit is contained in:
darodi
2023-01-14 01:05:24 +01:00
parent a50345a26d
commit 9ee375c6e4
6 changed files with 150 additions and 112 deletions

View File

@@ -143,14 +143,14 @@ COPY --from=compile-armv7 /opt/venv /opt/venv
# Select final stage based on TARGETARCH ARG
FROM build-${TARGETARCH}${TARGETVARIANT}
LABEL com.kcc.name="Kindle Comic Converter"
LABEL com.kcc.author="Ciro Mattia Gonano and Paweł Jastrzębski"
LABEL com.kcc.author="Ciro Mattia Gonano, Paweł Jastrzębski and Darodi"
LABEL org.opencontainers.image.description='Kindle Comic Converter'
LABEL org.opencontainers.image.documentation='https://github.com/darodi/kcc'
LABEL org.opencontainers.image.source='https://github.com/darodi/kcc'
LABEL org.opencontainers.image.documentation='https://github.com/ciromattia/kcc'
LABEL org.opencontainers.image.source='https://github.com/ciromattia/kcc'
LABEL org.opencontainers.image.authors='darodi'
LABEL org.opencontainers.image.url='https://github.com/darodi/kcc'
LABEL org.opencontainers.image.documentation='https://github.com/darodi/kcc'
LABEL org.opencontainers.image.vendor='darodi'
LABEL org.opencontainers.image.url='https://github.com/ciromattia/kcc'
LABEL org.opencontainers.image.documentation='https://github.com/ciromattia/kcc'
LABEL org.opencontainers.image.vendor='ciromattia'
LABEL org.opencontainers.image.licenses='ISC'
LABEL org.opencontainers.image.title="Kindle Comic Converter"