aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2019-09-30 15:21:19 +0300
committerHristo Venev <hristo@venev.name>2019-09-30 15:30:55 +0300
commit8aead91532b116f40649ae7e9c1b7d15fbd67a4f (patch)
treea36d24cbd409ddc1354084ef1540c1a2b6665768 /Cargo.toml
parent6c7b4fb2f781d33fb49e760b34dd2595e1adc0fb (diff)
Add SPDX-License-Identifier.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c604eeb..65a9de8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "wgconfd"
version = "0.2.0"
edition = "2018"
authors = [ "Hristo Venev <hristo@venev.name>" ]
-license = "LGPL-3.0"
+license = "LGPL-3.0-or-later"
description = "A configuration manager for WireGuard"
repository = "https://git.venev.name/hristo/wgconfd"
readme = "README.md"