mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 10:18:18 -07:00
Fix license.
This commit is contained in:
parent
2d96323d5f
commit
0fef955b28
@ -1 +1 @@
|
|||||||
- [ ] 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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "conduit"
|
name = "conduit"
|
||||||
description = "A Matrix homeserver written in Rust"
|
description = "A Matrix homeserver written in Rust"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0-only"
|
||||||
authors = ["timokoesters <timo@koesters.xyz>"]
|
authors = ["timokoesters <timo@koesters.xyz>"]
|
||||||
homepage = "https://conduit.rs"
|
homepage = "https://conduit.rs"
|
||||||
repository = "https://git.koesters.xyz/timo/conduit"
|
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.revision=${GIT_REF} \
|
||||||
org.opencontainers.image.source="https://git.koesters.xyz/timo/conduit.git" \
|
org.opencontainers.image.source="https://git.koesters.xyz/timo/conduit.git" \
|
||||||
org.opencontainers.image.documentation.="" \
|
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.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)" \
|
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"
|
maintainer="Weasy666"
|
||||||
|
Loading…
Reference in New Issue
Block a user