Skip to content

Commit

Permalink
Fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Sep 11, 2023
1 parent a901f9a commit 700b1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/Kimahriman/hdfs-native"
repository = "https://github.com/Kimahriman/hdfs-native"
keywords = ["hadoop", "hdfs"]
description = "Python bindings for native HDFS client implementation in Rust"
license = "MIT"
license = "Apache-2.0"
publish = false
exclude = [
".gitignore",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/Kimahriman/hdfs-native"
keywords = ["hadoop", "hdfs"]
description = "Native HDFS client implementation in Rust"
readme = "../README.md"
license = "Apache 2.0"
license = "Apache-2.0"

[dependencies]
async-trait = { version = "0.1", optional = true }
Expand Down

0 comments on commit 700b1eb

Please sign in to comment.