From c402e0e3ea6d56304ea1bccd3bea7cecc0da1bb1 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:08 +0900 Subject: [PATCH] chore: change source code location --- lib/mastodon/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index ade16a63b..e53d10bde 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -54,7 +54,7 @@ module Mastodon 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