From 1aa88183ae5219f269eadfb6386685a9830e2b6c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Oct 2024 17:52:41 +0200 Subject: fix(templates/rust/Cargo.toml): Fix typos in `%INIT_` variables --- templates/rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml index dd6c3be..49a68c7 100644 --- a/templates/rust/Cargo.toml +++ b/templates/rust/Cargo.toml @@ -3,8 +3,8 @@ name = "%INIT_APPLICATION_NAME" description = "%INIT_DESCRIPTION" version = "%INIT_APPLICATION_VERSION" edition = "2021" -license = "%INIT_SPDX_LICENSE_IDENTIFER" -homepage = "%INIT_APPLICATION_HOMEPAGE" +license = "%INIT_SPDX_LICENSE_IDENTIFIER" +homepage = "%INIT_HOME_PAGE" repository = "%INIT_APPLICATION_SOURCE_CODE_REPOSITORY" # TODO # categories = [""] -- cgit 1.4.1