chore: update github repo URL

This commit is contained in:
spiral
2022-06-05 12:57:10 -04:00
parent 89a770d59b
commit a18fd9bd0d
14 changed files with 24 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ RUN dotnet build -c Release -o bin
# Build runtime stage (doesn't include SDK)
FROM mcr.microsoft.com/dotnet/aspnet:6.0
LABEL org.opencontainers.image.source = "https://github.com/xSke/PluralKit"
LABEL org.opencontainers.image.source = "https://github.com/PluralKit/PluralKit"
WORKDIR /app
COPY --from=build /app ./