about summary refs log tree commit diff stats
path: root/build/rust/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:59:39 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:59:39 +0200
commit1e62086f74fae8df13cd69e8745395828ddcebb5 (patch)
tree4ec64388d626e6239f84719001049ce40d9ddeb0 /build/rust/Cargo.toml
parentfix(common/init): Check for not replaced `%INIT_` variables (diff)
downloadflake-templates-1e62086f74fae8df13cd69e8745395828ddcebb5.tar.gz
flake-templates-1e62086f74fae8df13cd69e8745395828ddcebb5.zip
chore(build): Regenerate
Diffstat (limited to 'build/rust/Cargo.toml')
-rw-r--r--build/rust/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rust/Cargo.toml b/build/rust/Cargo.toml
index dd6c3be..49a68c7 100644
--- a/build/rust/Cargo.toml
+++ b/build/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 = [""]