From 0cb84f03427e4159a08f18263784b907ccb87022 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Oct 2019 11:13:42 +0300 Subject: Fix: SPDX symbol for GPL3+ --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] 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 -- cgit v1.2.1