diff --git a/Cargo.toml b/Cargo.toml index 8959659..58a3885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ authors = [ "Ana-Maria ", "Eduard-Mihai Burtescu " ] -repository = "https://github.com/lykenware/gll" -license = "MIT/Apache-2.0" +repository = "https://github.com/rust-lang/gll" +license = "MIT OR Apache-2.0" keywords = ["grammar", "generator", "GLL", "parser"] readme = "README.md" description = "GLL parsing framework." diff --git a/README.md b/README.md index e1b76c6..868fa24 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ enum Expr { Licensed under either of - * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) + * MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) at your option. diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 99ea105..18e2f96 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -5,8 +5,8 @@ authors = [ "Ana-Maria ", "Eduard-Mihai Burtescu " ] -repository = "https://github.com/lykenware/gll" -license = "MIT/Apache-2.0" +repository = "https://github.com/rust-lang/gll" +license = "MIT OR Apache-2.0" description = "Macros used with the gll crate." edition = "2018"