From 14b279562ca899ba86679d273d3e82d1fb3d4991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ribo=CC=81?= Date: Tue, 9 Jul 2024 11:57:35 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20fix=20wrong=20git=20repository=20url=20S?= =?UTF-8?q?igned-off-by:=20Javier=20Ribo=CC=81=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iOSLibs/IOHKAES/IOHKAES.podspec | 2 +- iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec | 2 +- iOSLibs/IOHKRSA/IOHKRSA.podspec | 2 +- .../IOHKSecureRandomGeneration.podspec | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/iOSLibs/IOHKAES/IOHKAES.podspec b/iOSLibs/IOHKAES/IOHKAES.podspec index 0911a95a9..d454c5a07 100644 --- a/iOSLibs/IOHKAES/IOHKAES.podspec +++ b/iOSLibs/IOHKAES/IOHKAES.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Ahmed Moussa' => 'moussa.ahmed95@gmail.com' } - s.source = { :git => 'https://github.com/git@github.com:hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' # s.social_media_url = 'https://twitter.com/' diff --git a/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec b/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec index 54081029a..f71ba533d 100644 --- a/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec +++ b/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Gonçalo Frade' => 'goncalo.frade@iohk.io' } - s.source = { :git => 'https://github.com/git@github.com:hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' diff --git a/iOSLibs/IOHKRSA/IOHKRSA.podspec b/iOSLibs/IOHKRSA/IOHKRSA.podspec index fc1a21821..efbfb35df 100644 --- a/iOSLibs/IOHKRSA/IOHKRSA.podspec +++ b/iOSLibs/IOHKRSA/IOHKRSA.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Ahmed Moussa' => 'moussa.ahmed95@gmail.com' } - s.source = { :git => 'https://github.com/git@github.com:hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' # s.social_media_url = 'https://twitter.com/' diff --git a/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec b/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec index 6bf27583c..be5974ea7 100644 --- a/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec +++ b/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Ahmed Moussa' => 'moussa.ahmed95@gmail.com' } - s.source = { :git => 'https://github.com/git@github.com:hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' # s.social_media_url = 'https://twitter.com/' diff --git a/package.json b/package.json index 8fe936550..bfd4d1e43 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/git@github.com:hyperledger/identus-apollo.git" + "url": "git+git+https://github.com/hyperledger/identus-apollo.git" }, "author": "IOG", "license": "ISC",