about summary refs log tree commit diff stats
path: root/templates/shell/cog.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 01:25:44 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 01:25:44 +0200
commitd4dff920790b96db87c9b373d42df046d899cc30 (patch)
tree9e10540a95ccea633e3e2fa70e26df9d2a2777cf /templates/shell/cog.toml
parentfix(templates/c): Make the `makefile` more standards complying (diff)
downloadflake-templates-d4dff920790b96db87c9b373d42df046d899cc30.tar.gz
flake-templates-d4dff920790b96db87c9b373d42df046d899cc30.zip
feat(treewide): Use new `%INIT_` variables
Diffstat (limited to 'templates/shell/cog.toml')
-rw-r--r--templates/shell/cog.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/shell/cog.toml b/templates/shell/cog.toml
index ff2c110..ccca764 100644
--- a/templates/shell/cog.toml
+++ b/templates/shell/cog.toml
@@ -18,7 +18,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" }]