Merge pull request #27 from matklad/patch-1

Use correct spdx syntax
This commit is contained in:
Jorge Aparicio 2021-04-11 16:38:59 +00:00 committed by GitHub
commit 552d5b941e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ authors = [ "The syscall.rs Project Developers" ]
description = "Raw system calls"
documentation = "https://docs.rs/sc"
keywords = ["syscall", "system", "call"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
name = "sc"
readme = "README.md"
repository = "https://github.com/japaric/syscall.rs"