aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-01-26 19:14:05 +0100
committerPhilipp A2017-01-26 19:14:05 +0100
commitb08188e0dc716fae63151e076848a1286b216287 (patch)
tree088da9010f5074ff2361caaf4c009d450d3e8ed3
parent78e0f026d8f83ca688294f81b22f9aed90eb28e7 (diff)
downloadrust-rst-b08188e0dc716fae63151e076848a1286b216287.tar.bz2
fix license metadata
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 25ef7d5..f3d584c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = '0.2.0'
authors = [ 'Phil Schaf <flying-sheep@web.de>' ]
description = 'a reStructuredText parser and renderer'
-license = 'GPL-3.0'
+license = 'MIT OR Apache-2.0'
documentation = 'https://flying-sheep.github.io/rust-rst'
homepage = 'https://github.com/flying-sheep/rust-rst'