From 67f3079cd49deb116ba215244e7a1a1575a71ede Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 22:10:32 +0200 Subject: build(cog.toml): Specify the remote url correctly --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index d7374be..3bcb099 100644 --- a/cog.toml +++ b/cog.toml @@ -18,7 +18,7 @@ post_bump_hooks = [ [changelog] path = "NEWS.md" template = "remote" -remote = "https://codeberg.org" +remote = "codeberg.org" repository = "lpm" owner = "soispha" authors = [{ signature = "Benedikt Peetz", username = "bpeetz" }] -- cgit 1.4.1