aboutsummaryrefslogtreecommitdiff
path: root/OLMKit.podspec
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-04-19 08:02:23 -0400
committerGitHub <noreply@github.com>2019-04-19 08:02:23 -0400
commit5832e856914c97b7481a843f94416a5be7b10782 (patch)
tree381ce87d955b634b13de2dadfa3a24c36d2f72ac /OLMKit.podspec
parent009173c1abe7a358573b31f7c0cbf9c78d50245f (diff)
parent51ce62fce0c4313c3c8ab89820c65249fa3a2d95 (diff)
Merge pull request #89 from matrix-org/manuroe/cocoapods_update
OLMKit: Make podspec point to new https://gitlab.matrix.org/matrix-org/olm
Diffstat (limited to 'OLMKit.podspec')
-rw-r--r--OLMKit.podspec4
1 files changed, 2 insertions, 2 deletions
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
}