diff options
Diffstat (limited to 'OLMKit.podspec')
-rw-r--r-- | OLMKit.podspec | 4 |
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 } |