From 1ea08839ae805c5a92f307d1caa392e61e4897d0 Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Thu, 14 Oct 2021 00:51:45 -0600 Subject: [PATCH] hompage = substrate.io (#256) --- node/Cargo.toml | 2 +- pallets/template/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 6368e36..ec8c11d 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -3,7 +3,7 @@ name = 'node-template' version = '3.0.0-monthly-2021-10' description = 'A fresh FRAME-based Substrate node, ready for hacking.' authors = ['Substrate DevHub '] -homepage = 'https://docs.substrate.io/' +homepage = 'https://substrate.io/' edition = '2018' license = 'Unlicense' publish = false diff --git a/pallets/template/Cargo.toml b/pallets/template/Cargo.toml index 40a566d..84a8660 100644 --- a/pallets/template/Cargo.toml +++ b/pallets/template/Cargo.toml @@ -3,7 +3,7 @@ name = 'pallet-template' version = '3.0.0-monthly-2021-10' description = 'FRAME pallet template for defining custom runtime logic.' authors = ['Substrate DevHub '] -homepage = 'https://docs.substrate.io/' +homepage = 'https://substrate.io/' edition = '2018' license = 'Unlicense' publish = false diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 55f2008..f7b2d0d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -3,7 +3,7 @@ name = 'node-template-runtime' version = '3.0.0-monthly-2021-10' description = 'A fresh FRAME-based Substrate runtime, ready for hacking.' authors = ['Substrate DevHub '] -homepage = 'https://docs.substrate.io/' +homepage = 'https://substrate.io/' edition = '2018' license = 'Unlicense' publish = false