summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-05 11:13:42 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-05 11:13:42 +0300
commit0cb84f03427e4159a08f18263784b907ccb87022 (patch)
tree69f89f761937bc975a659caeec1d2f3baa74df50
parenta42c4fd32fcbc68d3e85b3d72f62c66f81303579 (diff)
downloadroadmap-0cb84f03427e4159a08f18263784b907ccb87022.tar.gz
Fix: SPDX symbol for GPL3+v0.1.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0fb112e..7ada85b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "roadmap"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
-license = "GPL3+"
+license = "GPL-3.0-or-later"
description = "model a project roadmap as a directed acyclic graph"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html