From e2c0b361b57f42e81bbeb8259edb81284e30ddb1 Mon Sep 17 00:00:00 2001 From: Drdada Date: Sat, 21 Oct 2023 10:25:32 +0000 Subject: [PATCH] Update author in Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 24d500a..1377539 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm -LABEL maintainer="github@sytone.com" \ - org.opencontainers.image.authors="github@sytone.com" \ - org.opencontainers.image.source="https://github.com/sytone/obsidian-remote" \ +LABEL maintainer="drdada@github.com" \ + org.opencontainers.image.authors="drdada@github.com" \ + org.opencontainers.image.source="https://github.com/drdada/obsidian-remote" \ org.opencontainers.image.title="Container hosted Obsidian MD" \ org.opencontainers.image.description="Hosted Obsidian instance allowing access via web browser"