about summary refs log tree commit diff stats
path: root/templates/rust/cog.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/rust/cog.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/rust/cog.toml b/templates/rust/cog.toml
index 4902ede..b4c68e1 100644
--- a/templates/rust/cog.toml
+++ b/templates/rust/cog.toml
@@ -19,7 +19,7 @@ post_bump_hooks = [
 [changelog]
 path = "NEWS.md"
 template = "remote"
-remote = "TODO"
-repository = "TODO"
-owner = "TODO"
-authors = [{ signature = "Benedikt Peetz", username = "bpeetz" }]
+remote = "%INIT_REMOTE"
+repository = "%INIT_REPOSITORY"
+owner = "%INIT_OWNER"
+authors = [{ signature = "%INIT_AUTHOR_NAME", username = "%INIT_OWNER" }]