diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-07-13 23:55:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 23:55:09 +0200 |
commit | e42ed4502f9e4a599ecf7a860b7de80090ba46ad (patch) | |
tree | 224cbc337acea85bd7a358fb4985f0362432cf38 /config | |
parent | 82bc8e764798b74f475763136117592526d905fa (diff) | |
parent | fc500a606225b56c3da7eaebf2bfb94e9cc97d2f (diff) |
Merge pull request #1567 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'config')
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index f844cc871..f642e6e59 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,7 +2,7 @@ lock '3.16.0' -set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git') +set :repo_url, ENV.fetch('REPO', 'https://github.com/mastodon/mastodon.git') set :branch, ENV.fetch('BRANCH', 'master') set :application, 'mastodon' |