diff --git a/Cargo.toml b/Cargo.toml index 2c10d3f47..534ab0ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "solang" version = "0.3.3" authors = ["Sean Young ", "Lucas Steuernagel ", "Cyrill Leutwiler "] -homepage = "https://github.com/hyperledger/solang" +repository = "https://github.com/hyperledger/solang" documentation = "https://solang.readthedocs.io/" license = "Apache-2.0" build = "build.rs" diff --git a/solang-parser/Cargo.toml b/solang-parser/Cargo.toml index 043739246..03c48d8d5 100644 --- a/solang-parser/Cargo.toml +++ b/solang-parser/Cargo.toml @@ -2,7 +2,7 @@ name = "solang-parser" version = "0.3.3" authors = ["Sean Young ", "Lucas Steuernagel ", "Cyrill Leutwiler "] -homepage = "https://github.com/hyperledger/solang" +repository = "https://github.com/hyperledger/solang" documentation = "https://solang.readthedocs.io/" license = "Apache-2.0" build = "build.rs"