aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-20 19:27:56 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-20 19:27:56 +0100
commit5711787e5362f0c9b0a4c3400feb6f14fcb4ad53 (patch)
tree5d398d6b20d63fc6e0450f439e728aeb4e75b701
parent3fd22c6fa367b2e599cc365c93c2e6eb079cd284 (diff)
downloadaerogramme-5711787e5362f0c9b0a4c3400feb6f14fcb4ad53.tar.gz
aerogramme-5711787e5362f0c9b0a4c3400feb6f14fcb4ad53.zip
Fix Cargo.toml advertised licence, Aerogramme is EUPL
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a81451e..06eef6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "aerogramme"
version = "0.2.0"
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
edition = "2021"
-license = "AGPL-3.0"
+license = "EUPL-1.2"
description = "Encrypted mail storage over Garage"
[dependencies]