From 78d87d367d96581a9f8bb7b82ba72631b8539588 Mon Sep 17 00:00:00 2001 From: gupnik Date: Sat, 4 May 2024 11:06:19 +0530 Subject: [PATCH] Publish `polkadot-sdk-frame` crate (#4370) --- substrate/frame/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/substrate/frame/Cargo.toml b/substrate/frame/Cargo.toml index ef8d8758f3df1..729df227be03d 100644 --- a/substrate/frame/Cargo.toml +++ b/substrate/frame/Cargo.toml @@ -4,10 +4,9 @@ version = "0.1.0" authors = ["Parity Technologies "] edition.workspace = true license = "Apache-2.0" -homepage = "paritytech.github.io" +homepage = "https://paritytech.github.io" repository.workspace = true description = "Experimental: The single package to get you started with building frame pallets and runtimes" -publish = false [lints] workspace = true