diff options
| author | Philipp A | 2017-01-26 19:14:05 +0100 |
|---|---|---|
| committer | Philipp A | 2017-01-26 19:14:05 +0100 |
| commit | b08188e0dc716fae63151e076848a1286b216287 (patch) | |
| tree | 088da9010f5074ff2361caaf4c009d450d3e8ed3 | |
| parent | 78e0f026d8f83ca688294f81b22f9aed90eb28e7 (diff) | |
| download | rust-rst-b08188e0dc716fae63151e076848a1286b216287.tar.bz2 | |
fix license metadata
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
