From 5725c44dd068a063e8ba6ad14669073bcd3df943 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 27 Aug 2019 05:24:06 +0200
Subject: [PATCH] Updated link to source code to point to QOTO repo.

---
 spec/views/about/show.html.haml_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/views/about/show.html.haml_spec.rb b/spec/views/about/show.html.haml_spec.rb
index c75c287598..5066d2bade 100644
--- a/spec/views/about/show.html.haml_spec.rb
+++ b/spec/views/about/show.html.haml_spec.rb
@@ -17,7 +17,7 @@ describe 'about/show.html.haml', without_verify_partial_doubles: true do
       site_short_description: 'something',
       site_description: 'something',
       version_number: '1.0',
-      source_url: 'https://github.com/tootsuite/mastodon',
+      source_url: 'https://git.qoto.org/qoto/qoto',
       open_registrations: false,
       thumbnail: nil,
       hero: nil,
-- 
GitLab