diff --git a/Cargo.toml b/Cargo.toml index cc5003f46..d43ec15d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "solana" description = "Blockchain, Rebuilt for Scale" version = "0.11.0" documentation = "https://docs.rs/solana" -homepage = "http://solana.com/" +homepage = "https://solana.com/" readme = "README.md" repository = "https://github.com/solana-labs/solana" authors = ["Solana Maintainers "] diff --git a/drone/Cargo.toml b/drone/Cargo.toml index 7b533d6e2..78d0c674a 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Drone" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [features] cuda = [] diff --git a/fullnode/Cargo.toml b/fullnode/Cargo.toml index ebf0de32c..687a842c8 100644 --- a/fullnode/Cargo.toml +++ b/fullnode/Cargo.toml @@ -5,7 +5,7 @@ name = "solana-fullnode" version = "0.1.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" -homepage = "http://solana.com/" +homepage = "https://solana.com/" [dependencies] clap = "2.32.0" diff --git a/keygen/Cargo.toml b/keygen/Cargo.toml index ca4ee8614..147177dfc 100644 --- a/keygen/Cargo.toml +++ b/keygen/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana key generation utility" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [features] cuda = [] diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 05bb92f11..9bce4fda0 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Metrics" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] influx_db_client = "0.3.6" diff --git a/programs/bpf/rust/noop/Cargo.toml b/programs/bpf/rust/noop/Cargo.toml index 721d5e69a..ceba7a618 100644 --- a/programs/bpf/rust/noop/Cargo.toml +++ b/programs/bpf/rust/noop/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana BPF noop program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] rbpf = "0.1.0" diff --git a/programs/native/bpf_loader/Cargo.toml b/programs/native/bpf_loader/Cargo.toml index 9d5386ee8..5c1f04501 100644 --- a/programs/native/bpf_loader/Cargo.toml +++ b/programs/native/bpf_loader/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana BPF Loader" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [features] bpf_c = [] diff --git a/programs/native/budget/Cargo.toml b/programs/native/budget/Cargo.toml index fd5a35af6..0d3088d47 100644 --- a/programs/native/budget/Cargo.toml +++ b/programs/native/budget/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana budget program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] bincode = "1.0.0" diff --git a/programs/native/erc20/Cargo.toml b/programs/native/erc20/Cargo.toml index 775b2765b..aa9fea5c0 100644 --- a/programs/native/erc20/Cargo.toml +++ b/programs/native/erc20/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana reference erc20 program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] bincode = "1.0.0" diff --git a/programs/native/lua_loader/Cargo.toml b/programs/native/lua_loader/Cargo.toml index 0f1770405..f93672c5f 100644 --- a/programs/native/lua_loader/Cargo.toml +++ b/programs/native/lua_loader/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Lua Loader" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] bincode = "1.0.0" diff --git a/programs/native/native_loader/Cargo.toml b/programs/native/native_loader/Cargo.toml index ee8950750..a70455636 100644 --- a/programs/native/native_loader/Cargo.toml +++ b/programs/native/native_loader/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Native Loader" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] bincode = "1.0.0" diff --git a/programs/native/noop/Cargo.toml b/programs/native/noop/Cargo.toml index 942192868..9fb55a766 100644 --- a/programs/native/noop/Cargo.toml +++ b/programs/native/noop/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana noop program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] solana-sdk = { path = "../../../sdk", version = "0.11.0" } diff --git a/programs/native/storage/Cargo.toml b/programs/native/storage/Cargo.toml index c2ecf23c3..a8234fa61 100644 --- a/programs/native/storage/Cargo.toml +++ b/programs/native/storage/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana storage program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] bincode = "1.0.0" diff --git a/programs/native/system/Cargo.toml b/programs/native/system/Cargo.toml index 2f8cf3242..1d9f059d8 100644 --- a/programs/native/system/Cargo.toml +++ b/programs/native/system/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana system program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] bincode = "1.0.0" diff --git a/programs/native/vote/Cargo.toml b/programs/native/vote/Cargo.toml index 6354b8d15..8c8b03713 100644 --- a/programs/native/vote/Cargo.toml +++ b/programs/native/vote/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana vote program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] bincode = "1.0.0" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 7bfec873f..c0d989bf2 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -4,6 +4,7 @@ version = "0.11.0" description = "Solana SDK" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" +homepage = "https://solana.com/" license = "Apache-2.0" [dependencies] diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index a3e586825..d1d3de8dc 100644 --- a/upload-perf/Cargo.toml +++ b/upload-perf/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" edition = "2018" +homepage = "https://solana.com/" [dependencies] serde_json = "1.0.10" diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index 968446f0a..d4259f682 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -5,6 +5,7 @@ description = "Solana Vote Signing Service" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" +homepage = "https://solana.com/" [dependencies] bs58 = "0.2.0"