aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-14 13:33:24 +0100
committerDaniel Mueller <deso@posteo.net>2019-01-26 23:08:47 -0800
commite7ecdef19097428d81a8de65713cb7f36c780b57 (patch)
treee7b97406feb989e3efa8582a124d1c4d9e6190ab /nitrocli/Cargo.toml
parent321dd4b4986aa7e5eba8057b4ce887dced5d24c7 (diff)
downloadnitrocli-e7ecdef19097428d81a8de65713cb7f36c780b57.tar.gz
nitrocli-e7ecdef19097428d81a8de65713cb7f36c780b57.tar.bz2
Replace license identifier GPL-3.0+ with GPL-3.0-or-later
Cargo uses SPDX 2.1 license identifiers. The identifier GPL-3.0+ is deprecated as of version 2.0rc2 [0]. The current license identifier for GNU General Public License v3.0 or later is GPL-3.0-or-later [1]. [0] https://spdx.org/licenses/GPL-3.0+.html [1] https://spdx.org/licenses/GPL-3.0-or-later.html
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r--nitrocli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index 0128925..7b8dfc7 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -22,7 +22,7 @@ name = "nitrocli"
version = "0.2.2"
edition = "2018"
authors = ["Daniel Mueller <deso@posteo.net>"]
-license = "GPL-3.0+"
+license = "GPL-3.0-or-later"
homepage = "https://github.com/d-e-s-o/nitrocli"
repository = "https://github.com/d-e-s-o/nitrocli.git"
readme = "README.md"