diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0ad6dc3..2c6c2b6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @dfinity/trust +* @dfinity/trust @dfinity/node diff --git a/Cargo.toml b/Cargo.toml index 2a3fcc3..ae10e6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ authors = ["DFINITY Stiftung"] edition = "2021" repository = "https://github.com/dfinity/http-gateway" homepage = "https://github.com/dfinity/http-gateway#readme" -license-file = "LICENSE" +license = "Apache-2.0" [profile.release] lto = true diff --git a/examples/http-gateway/rust/Cargo.toml b/examples/http-gateway/rust/Cargo.toml index 4fb942f..645b07a 100644 --- a/examples/http-gateway/rust/Cargo.toml +++ b/examples/http-gateway/rust/Cargo.toml @@ -5,7 +5,7 @@ authors.workspace = true edition.workspace = true repository.workspace = true homepage.workspace = true -license-file.workspace = true +license.workspace = true [dependencies] tokio.workspace = true diff --git a/packages/ic-http-gateway/Cargo.toml b/packages/ic-http-gateway/Cargo.toml index facea1f..70adb60 100644 --- a/packages/ic-http-gateway/Cargo.toml +++ b/packages/ic-http-gateway/Cargo.toml @@ -10,13 +10,13 @@ categories = [ "wasm", ] keywords = ["internet-computer", "http", "gateway", "icp", "dfinity"] -include = ["src", "Cargo.toml", "LICENSE", "README.md"] +include = ["src", "Cargo.toml", "README.md"] version.workspace = true authors.workspace = true edition.workspace = true repository.workspace = true -license-file.workspace = true +license.workspace = true homepage.workspace = true [dependencies]