From af987a2c5e07539a1d73fa9d18cbd9e2436643ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AC=B4=EB=9D=BC=EC=BF=A0=EB=AA=A8?= Date: Sun, 6 Oct 2024 22:13:44 +0900 Subject: [PATCH] chore: change source location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 무라쿠모 --- lib/mastodon/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index b27c6dc104..1656134e2f 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -50,11 +50,11 @@ module Mastodon end def repository - ENV.fetch('GITHUB_REPOSITORY', 'CloudToys/YuruToot') + ENV.fetch('GITHUB_REPOSITORY', 'CloudToys/puyopuyotetr.is') end def source_base_url - ENV.fetch('SOURCE_BASE_URL', "https://github.com/#{repository}") + ENV.fetch('SOURCE_BASE_URL', "https://git.psec.dev/#{repository}") end # specify git tag or commit hash here