about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-16 14:18:26 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-16 14:18:26 +0200
commit4e2aeec877ec9083de5116bcca8da039389b9f09 (patch)
tree44c20122285c32cc8dc17b482edbda81b13d1673
parentbuild(cog.toml): Use correct username (diff)
downloadyt-4e2aeec877ec9083de5116bcca8da039389b9f09.zip
build(cog.toml): Use the correct remote url
-rw-r--r--cog.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cog.toml b/cog.toml
index c0a5ba6..781175b 100644
--- a/cog.toml
+++ b/cog.toml
@@ -29,7 +29,7 @@ post_bump_hooks = [
 [changelog]
 path = "NEWS.md"
 template = "remote"
-remote = "git.vhack.eu"
+remote = "git.foss-syndicate.org"
 repository = "clients/yt"
 owner = "soispha"
 authors = [{ signature = "Benedikt Peetz", username = "bpeetz" }]