From 1a38d6d6be42b30e8be3ffccec75a4ec995fef9d Mon Sep 17 00:00:00 2001 From: Liam Aharon Date: Fri, 25 Aug 2023 20:41:52 +1000 Subject: [PATCH] fix [workspace.package] repository (#1150) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f28ba6afbc82..b1ff3ee1c3da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -448,7 +448,7 @@ members = [ [workspace.package] authors = ["Parity Technologies "] edition = "2021" -repository = "https://github.com/paritytech/polkadot.git" +repository = "https://github.com/paritytech/polkadot-sdk.git" license = "GPL-3.0-only" version = "1.0.0"