diff options
Diffstat (limited to 'templates/c/cog.toml')
-rw-r--r-- | templates/c/cog.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/c/cog.toml b/templates/c/cog.toml index ff2c110..ccca764 100644 --- a/templates/c/cog.toml +++ b/templates/c/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" }] |