diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-20 19:27:56 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-20 19:27:56 +0100 |
commit | 5711787e5362f0c9b0a4c3400feb6f14fcb4ad53 (patch) | |
tree | 5d398d6b20d63fc6e0450f439e728aeb4e75b701 | |
parent | 3fd22c6fa367b2e599cc365c93c2e6eb079cd284 (diff) | |
download | aerogramme-5711787e5362f0c9b0a4c3400feb6f14fcb4ad53.tar.gz aerogramme-5711787e5362f0c9b0a4c3400feb6f14fcb4ad53.zip |
Fix Cargo.toml advertised licence, Aerogramme is EUPL
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |