From 1c7515a6335259a712a3559c8677c714b3c13e97 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 18 Jan 2023 01:35:46 -0600 Subject: [PATCH] fix: gitea url --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ba58212..5ae1505 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -36,7 +36,7 @@ changelog: - '^test:' gitea_urls: - api: https://git.andrewnw.com/api/v1 + api: https://git.andrewnw.xyz/api/v1 download: https://git.andrewnw.xyz # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them.