From 51ce62fce0c4313c3c8ab89820c65249fa3a2d95 Mon Sep 17 00:00:00 2001 From: manuroe Date: Fri, 19 Apr 2019 11:59:22 +0200 Subject: OLMKit: Make podspec point to new https://gitlab.matrix.org/matrix-org/olm --- OLMKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OLMKit.podspec') diff --git a/OLMKit.podspec b/OLMKit.podspec index dac7ab6..d9c43e5 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| olm is an implementation of the Double Ratchet cryptographic ratchet in C++ DESC - s.homepage = "http://matrix.org/git/olm" + s.homepage = "https://gitlab.matrix.org/matrix-org/olm" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } @@ -27,7 +27,7 @@ Pod::Spec.new do |s| s.public_header_files = "xcode/OLMKit/*.h" s.source = { - :git => "https://matrix.org/git/olm.git", + :git => "https://gitlab.matrix.org/matrix-org/olm.git", :tag => s.version.to_s } -- cgit v1.2.3