From c9f8d3bf49510160fb0bb3eda9c9aef281cdab7c Mon Sep 17 00:00:00 2001 From: blockiosaurus Date: Mon, 18 Dec 2023 21:39:42 -0500 Subject: [PATCH] Updating Cargo.toml. --- clients/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 7f3a69f..842d917 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" readme = "README.md" license-file = "../../LICENSE" -homepage = "www.metaplex.com" +homepage = "https://www.metaplex.com" description = "Program to inscribe binary data to a Solana account." repository = "https://github.com/metaplex-foundation/mpl-engraver"