From 44f4689ce975b0dd9ac7e63825fb288b11665f96 Mon Sep 17 00:00:00 2001 From: realweng Date: Mon, 6 May 2024 21:21:13 +0800 Subject: [PATCH] update cliff.toml --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index abaa3ed..e856631 100644 --- a/cliff.toml +++ b/cliff.toml @@ -46,7 +46,7 @@ footer = """ trim = true # postprocessors postprocessors = [ - { pattern = '\$REPO', replace = "https://github.com/tyrchen/geektime-rust-live-coding" }, # replace repository URL + { pattern = '\$REPO', replace = "https://github.com/realweng/01-rcli" }, # replace repository URL ] [git]