about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:52:41 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:52:41 +0200
commit1aa88183ae5219f269eadfb6386685a9830e2b6c (patch)
tree50b9eca7b815c2e28c416cfc7a1abc88aac6e9d5
parentfix(templates/rust/flake.nix): Remove unneeded `input.*.follows` (diff)
downloadflake-templates-1aa88183ae5219f269eadfb6386685a9830e2b6c.tar.gz
flake-templates-1aa88183ae5219f269eadfb6386685a9830e2b6c.zip
fix(templates/rust/Cargo.toml): Fix typos in `%INIT_` variables
-rw-r--r--templates/rust/Cargo.toml4
1 files 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 = [""]