diff options
author | manuroe <manu@matrix.org> | 2019-04-19 11:59:22 +0200 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2019-04-19 11:59:22 +0200 |
commit | 51ce62fce0c4313c3c8ab89820c65249fa3a2d95 (patch) | |
tree | 381ce87d955b634b13de2dadfa3a24c36d2f72ac /OLMKit.podspec | |
parent | 009173c1abe7a358573b31f7c0cbf9c78d50245f (diff) |
OLMKit: Make podspec point to new https://gitlab.matrix.org/matrix-org/olm
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 } |