Skip to content
Snippets Groups Projects
Commit 0fef955b authored by Faelar's avatar Faelar
Browse files

Fix license.

parent 2d96323d
No related branches found
No related tags found
No related merge requests found
- [ ] I agree to release my code and all other changes of this PR under the AGPL-3.0 license
- [ ] I agree to release my code and all other changes of this PR under the AGPL-3.0-only license
[package]
name = "conduit"
description = "A Matrix homeserver written in Rust"
license = "AGPL-3.0"
license = "AGPL-3.0-only"
authors = ["timokoesters <timo@koesters.xyz>"]
homepage = "https://conduit.rs"
repository = "https://git.koesters.xyz/timo/conduit"
......
......@@ -54,7 +54,7 @@ LABEL org.opencontainers.image.created=${CREATED} \
org.opencontainers.image.revision=${GIT_REF} \
org.opencontainers.image.source="https://git.koesters.xyz/timo/conduit.git" \
org.opencontainers.image.documentation.="" \
org.opencontainers.image.licenses="AGPL-3.0" \
org.opencontainers.image.licenses="AGPL-3.0-only" \
org.opencontainers.image.ref.name="" \
org.label-schema.docker.build="docker build . -t conduit_homeserver:latest --build-arg CREATED=$(date -u +'%Y-%m-%dT%H:%M:%SZ') --build-arg VERSION=$(grep -m1 -o '[0-9].[0-9].[0-9]' Cargo.toml)" \
maintainer="Weasy666"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment