From 9938894e84c3358f2302731cb1c6cfa0d6e8af75 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 28 Aug 2019 03:03:43 +0200
Subject: [PATCH] Updated repo url.

---
 app.json                                   | 2 +-
 config/deploy.rb                           | 4 ++--
 package.json                               | 2 +-
 scalingo.json                              | 2 +-
 spec/presenters/instance_presenter_spec.rb | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app.json b/app.json
index 09adaac2c9..80485c03a2 100644
--- a/app.json
+++ b/app.json
@@ -1,7 +1,7 @@
 {
   "name": "Mastodon",
   "description": "A GNU Social-compatible microblogging server",
-  "repository": "https://github.com/tootsuite/mastodon",
+  "repository": "https://git.qoto.org/qoto/qoto",
   "logo": "https://github.com/tootsuite.png",
   "env": {
     "HEROKU": {
diff --git a/config/deploy.rb b/config/deploy.rb
index f0db50788c..af770f1289 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -2,8 +2,8 @@
 
 lock '3.11.0'
 
-set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
-set :branch, ENV.fetch('BRANCH', 'master')
+set :repo_url, ENV.fetch('REPO', 'https://git.qoto.org/qoto/qoto.git')
+set :branch, ENV.fetch('BRANCH', 'qoto')
 
 set :application, 'mastodon'
 set :rbenv_type, :user
diff --git a/package.json b/package.json
index c691d8e434..b23e2e4bea 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/tootsuite/mastodon.git"
+    "url": "https://git.qoto.org/qoto/qoto.git"
   },
   "browserslist": [
     "last 2 versions",
diff --git a/scalingo.json b/scalingo.json
index dd8fb5530c..e39733e257 100644
--- a/scalingo.json
+++ b/scalingo.json
@@ -1,7 +1,7 @@
 {
   "name": "Mastodon",
   "description": "A GNU Social-compatible microblogging server",
-  "repository": "https://github.com/tootsuite/mastodon",
+  "repository": "https://git.qoto.org/qoto/qoto",
   "logo": "https://github.com/tootsuite.png",
   "env": {
     "LOCAL_DOMAIN": {
diff --git a/spec/presenters/instance_presenter_spec.rb b/spec/presenters/instance_presenter_spec.rb
index 93a4e88e41..d58bed8a3e 100644
--- a/spec/presenters/instance_presenter_spec.rb
+++ b/spec/presenters/instance_presenter_spec.rb
@@ -91,8 +91,8 @@ describe InstancePresenter do
   end
 
   describe '#source_url' do
-    it 'returns "https://github.com/tootsuite/mastodon"' do
-      expect(instance_presenter.source_url).to eq('https://github.com/tootsuite/mastodon')
+    it 'returns "https://git.qoto.org/qoto/qoto"' do
+      expect(instance_presenter.source_url).to eq('https://git.qoto.org/qoto/qoto')
     end
   end
 
-- 
GitLab