diff --git a/app.json b/app.json
index 09adaac2c9fda1d1e21d56b17d5b728facf88232..80485c03a291fe97e0c92d2b587fd02a23c8932e 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 f0db50788c26b6c602dce3d2a907c3941898bb73..af770f1289736e603078f6f775ae72eb469fa446 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 c691d8e4345c5c1220a307461f933fb674a0a83d..b23e2e4bea9202b661559177168b1c3da8964379 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 dd8fb5530cfd5494a205e6eae478082faffb5dec..e39733e25763c5a1c1e27e7a14c4a55d3633606a 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 93a4e88e4136f5ac4801ec68d9505d3038612f1b..d58bed8a3eac653259f0dfa51d8657de402997e4 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