From f0fe1bb4e9ba333a71e91dab78c4c83da2e80bf0 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Wed, 22 Jul 2026 22:40:08 +0200 Subject: [PATCH] fix: correct migrated repository links --- Dockerfile | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01ea331..960dee2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.description="❌ A simple HTML/CSS/JS maintenance LABEL org.opencontainers.image.licenses="GPL-3.0-only" LABEL org.opencontainers.image.version="${APP_VERSION}" LABEL org.opencontainers.image.revision="${VCS_REF}" -LABEL org.opencontainers.image.source="https://git.lechner-systems.at/Lechner-Systems/MaintenanceWebsite" +LABEL org.opencontainers.image.source="https://git.lechner-systems.at/fraujulian/MaintenanceWebsite" COPY nginx.conf /etc/nginx/conf.d/default.conf COPY index.html /usr/share/nginx/html/index.html diff --git a/README.md b/README.md index 667d309..0a22baf 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,11 @@ ### [🙋‍♂️ Website Preview](https://lechner-systems.at/) -image - ### 🪪 License Icons: [Icons8.com](https://icons8.com/) Modified by Julian Lechner. -Based on [Simple Maintenance Page](https://git.lechner-systems.at/theoricher/Simple-Maintenance-Page). +Based on Simple Maintenance Page by theoricher. Licensed under GNU GPL v3. ## 🤝 Enjoy?