From 69ecdcbc00d72967f7fd6bd4d638133a33d1934f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20N=C3=B8rgaard?= Date: Tue, 16 Jul 2024 04:25:53 +0100 Subject: [PATCH] Correct image metadata --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e020ec7..3293dc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.12-slim -LABEL org.opencontainers.image.source=https://github.com/abstractumbra/anilistcmp +LABEL org.opencontainers.image.source=https://github.com/abstractumbra/anilist-comparison LABEL org.opencontainers.image.description="Anilist 'planning' Comparison tool" LABEL org.opencontainers.image.licenses="MPL-2.0"