summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-18 13:25:07 +0000
committerLars Wirzenius <liw@liw.fi>2021-09-18 13:25:07 +0000
commitd6728974b98a821b8d633197abd97cf2fc9357f5 (patch)
treef1d7048b62166e3942679bf3768b0ccc993852ce /Cargo.toml
parent4209f1c21de40eae4556cb2fa7b4590b9cf2e83b (diff)
parent1d3b3d2c1712333a10dd90d33f14d966c42740c0 (diff)
downloadobnam2-d6728974b98a821b8d633197abd97cf2fc9357f5.tar.gz
Merge branch 'licence-change' into 'main'
chore: change license to AGPL3-or-later Closes #122 See merge request obnam/obnam!182
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31e3757..dbd062b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,10 @@
-
[package]
name = "obnam"
version ="0.4.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
description = "a backup program"
-license = "GPL-3.0-or-later"
+license = "AGPL-3.0-or-later"
homepage = "https://obnam.org/"
repository = "https://gitlab.com/larswirzenius/obnam"