summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-28 14:46:13 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-28 14:46:13 +0200
commit8fae3c648d81d75510ecb68ed80d0042a5a2088f (patch)
tree6f11985052396e913eb5b3a0bf0cf420750f8449
parent59332fdce73badaf665103291a6ee65e52674f25 (diff)
downloadsummain-rs-8fae3c648d81d75510ecb68ed80d0042a5a2088f.tar.gz
fix: license identifier, again
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c634c79..09e4dde 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "summain"
version = "0.1.0"
description = "File manifests"
readme = "README.md"
-license = "GPL-3-or-latergbc"
+license = "GPL-3.0-or-later"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"