From 7b667ad5df98ffa6139d360df49a7a62567572d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Fri, 30 Aug 2019 13:47:29 -0400
Subject: [PATCH] docs: rename to Jami

Change-Id: Id95ab6b408e9091984f973b72d7606c0f71d5f34
---
 README.md                       | 16 ++++++++--------
 cmake/MacOSXBundleInfo.plist.in |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 98ca7a82..763f4963 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,21 @@
-Ring Mac OSX
+Jami for macOS
 **********
 
-This is the official Mac port of Ring.
+This is the official Mac port of Jami.
 
 For more information about the ring project, see the following:
-- Main website: https://ring.cx/
-- Bug tracker: https://tuleap.ring.cx/projects/ring/
-- Repositories: https://gerrit-ring.savoirfairelinux.com
+- Main website: https://jami.net/
+- Bug tracker: https://git.jami.net
+- Repositories: https://review.jami.net
 
 | App | CI | Packaging
 | :-: | :-: | :-:
-| [![Download from ring.cx](https://img.shields.io/badge/download-cx.ring-blue.svg)](https://ring.cx/en/download/mac-osx) | [![Build Status](https://test.savoirfairelinux.com/buildStatus/icon?job=ring-client-macosx)](https://test.savoirfairelinux.com/job/ring-client-macosx/) | [![Build Status](https://test.savoirfairelinux.com/buildStatus/icon?job=ring-packaging-client-macosx)](https://test.savoirfairelinux.com/job/ring-packaging-client-macosx/)
+| [![Download from jami.net](https://img.shields.io/badge/download-cx.ring-blue.svg)](https://jami.net/download-jami-macos) | [![Build Status](https://test.savoirfairelinux.com/buildStatus/icon?job=ring-client-macosx)](https://test.savoirfairelinux.com/job/ring-client-macosx/) | [![Build Status](https://test.savoirfairelinux.com/buildStatus/icon?job=ring-packaging-client-macosx)](https://test.savoirfairelinux.com/job/ring-packaging-client-macosx/)
 
 Requirements
 =============
 
-- Ring daemon
+- Jami daemon
 - libRingClient (Qt5 version)
 - Qt5 Core
 - Cocoa framework
@@ -25,7 +25,7 @@ Build instructions
 
 Build Sparkle framework (optional)
 ----------------------------------
-Ring can ship with the Sparkle framework to allow automatic app updates.
+Jami can ship with the Sparkle framework to allow automatic app updates.
 This can be disabled for your custom build by specifying -DENABLE_SPARKLE=false
 in the cmake phase.
 
diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in
index 5e30e24f..7e04fdf1 100644
--- a/cmake/MacOSXBundleInfo.plist.in
+++ b/cmake/MacOSXBundleInfo.plist.in
@@ -15,7 +15,7 @@
     <key>SUPublicDSAKeyFile</key>
     <string>dsa_pub.pem</string>
     <key>SUFeedURL</key>
-    <string>https://dl.ring.cx/mac_osx/sparkle-ring.xml</string>
+    <string>https://dl.jami.net/mac_osx/sparkle-ring.xml</string>
     <key>CFBundleInfoDictionaryVersion</key>
     <string>6.0</string>
     <key>CFBundleLongVersionString</key>
-- 
GitLab