docs: point fork metadata at canonical repository
This commit is contained in:
@@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
||||
&& cp /src/target/release/stalwart /tmp/stalwart
|
||||
|
||||
FROM stalwartlabs/stalwart:v0.16.14
|
||||
LABEL org.opencontainers.image.source="https://git.facilitygo.com/filip/stalwart" \
|
||||
LABEL org.opencontainers.image.source="https://git.facilitygo.com/filip/Stalwart" \
|
||||
org.opencontainers.image.licenses="AGPL-3.0-only" \
|
||||
org.opencontainers.image.description="Stalwart 0.16.14 with Namailu unified HUMAN password verification"
|
||||
COPY --from=builder --chmod=0755 /tmp/stalwart /usr/local/bin/stalwart
|
||||
|
||||
@@ -27,6 +27,6 @@ docker build -f Dockerfile.namailu \
|
||||
```
|
||||
|
||||
The fork remains licensed under the upstream AGPL-3.0-only option. Its canonical
|
||||
public source location is <https://git.facilitygo.com/filip/stalwart>. The
|
||||
running build is commit `831f3dc` on branch `namailu-unified-password`; creating
|
||||
the empty public repository is the only remaining publication step.
|
||||
source location is <https://git.facilitygo.com/filip/Stalwart>, branch
|
||||
`namailu-unified-password`. The repository is populated now and will be switched
|
||||
to public visibility before the service is opened to the public.
|
||||
|
||||
Reference in New Issue
Block a user