From 698566a9148f4f12daf05c7c6035f1c5cd932ea0 Mon Sep 17 00:00:00 2001
From: Maarten Billemont
Date: Thu, 5 Jul 2018 17:14:50 -0400
Subject: [PATCH] Update stale GitHub references with new GitLab home.
---
README.md | 2 +-
gradle/homebrew-mpw.rb | 9 +++++----
platform-darwin/Source/iOS/MPPreferencesViewController.m | 2 +-
platform-independent/web/index.html | 2 +-
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 8a428e62..43dcd677 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ The `master-password` on the other hand, is only a simple phrase, which means it
5. I have another question.
-Please don't hesitate to [get in touch](#support), we're more than happy to answer all your Master Password questions. Any problems or suggestions can be reported [as GitHub issues](https://github.com/Lyndir/MasterPassword/issues).
+Please don't hesitate to [get in touch](#support), we're more than happy to answer all your Master Password questions. Any problems or suggestions can be reported [as GitLab issues](https://gitlab.com/MasterPassword/MasterPassword/issues/).
diff --git a/gradle/homebrew-mpw.rb b/gradle/homebrew-mpw.rb
index 15663247..a2ee05c5 100644
--- a/gradle/homebrew-mpw.rb
+++ b/gradle/homebrew-mpw.rb
@@ -4,13 +4,14 @@ class Mpw < Formula
url "https://masterpassword.app/mpw-2.6-cli-5-0-g344771db.tar.gz"
version "2.6-cli-5"
sha256 "954c07b1713ecc2b30a07bead9c11e6204dd774ca67b5bdf7d2d6ad1c4eec170"
- head "https://github.com/Lyndir/MasterPassword.git"
+ revision 1
+ head "https://gitlab.com/MasterPassword/MasterPassword.git"
bottle do
cellar :any
- sha256 "ae8b265936797778a7cde788377eed89d9eacd267755a0b1186790057a10ff3b" => :high_sierra
- sha256 "b8a106c3c84ff939e928613d4a6ccf7b5234e40ebae1edf15e3cac52d8c2e5ea" => :sierra
- sha256 "9b58425b028a2598932474e1d0c17c13aad57e0a53ae7308c1b38404da8f3331" => :el_capitan
+ sha256 "46677cf8649983d5b77103d2ca56d9ad3697808ecc406f626a3462a089f932da" => :high_sierra
+ sha256 "19bf22915b3c534ad3ee6f1dfc20f142d53ae6c0c88757ae2632b7b1daa6667f" => :sierra
+ sha256 "7090c3d31289d2ac5529bd0a6bae2632a36ba7fcd4bb7974248bb36a15f67c7e" => :el_capitan
end
option "without-json-c", "Disable JSON configuration support"
diff --git a/platform-darwin/Source/iOS/MPPreferencesViewController.m b/platform-darwin/Source/iOS/MPPreferencesViewController.m
index e0c37b22..37781e8c 100644
--- a/platform-darwin/Source/iOS/MPPreferencesViewController.m
+++ b/platform-darwin/Source/iOS/MPPreferencesViewController.m
@@ -219,7 +219,7 @@
- (IBAction)sourceButton:(id)sender {
[[self dismissPopup].navigationController performSegueWithIdentifier:@"web" sender:
- [NSURL URLWithString:@"https://github.com/Lyndir/MasterPassword/"]];
+ [NSURL URLWithString:@"https://gitlab.com/MasterPassword/MasterPassword/"]];
}
- (IBAction)thanksButton:(id)sender {
diff --git a/platform-independent/web/index.html b/platform-independent/web/index.html
index 8da2da59..2dbaa12d 100644
--- a/platform-independent/web/index.html
+++ b/platform-independent/web/index.html
@@ -12,7 +12,7 @@