Skip to content

Commit

Permalink
fix: wrong repository urls (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Ribó <elribonazo@gmail.com>
  • Loading branch information
elribonazo authored Jul 9, 2024
1 parent 228eb06 commit 53a392e
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Inside your `Package.swift` file, add the following
```swift
dependencies: [
.package(
url: "git@github.com:git@github.com:hyperledger/identus-apollo.git",
url: "git@github.com:hyperledger/identus-apollo.git",
from: "<latest version>"
)
]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ allprojects {
}
}
scm {
connection.set("scm:git:git://git@github.com:hyperledger/identus-apollo.git")
connection.set("scm:git://git@github.com:hyperledger/identus-apollo.git")
developerConnection.set("scm:git:ssh://git@github.com:hyperledger/identus-apollo.git")
url.set("https://github.com/hyperledger/identus-apollo")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.3.5
version = 1.3.6
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down
2 changes: 1 addition & 1 deletion iOSLibs/IOHKAES/IOHKAES.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s }
s.source = { :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/<TWITTER_USERNAME>'
Expand Down
2 changes: 1 addition & 1 deletion iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s }
s.swift_version = '5.7'
s.cocoapods_version = '>= 1.10.0'

Expand Down
2 changes: 1 addition & 1 deletion iOSLibs/IOHKRSA/IOHKRSA.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s }
s.source = { :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/<TWITTER_USERNAME>'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s }
s.source = { :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/<TWITTER_USERNAME>'
Expand Down
1 change: 0 additions & 1 deletion jajaj

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"repository": {
"type": "git",
"url": "git+git+https://github.com/hyperledger/identus-apollo.git"
"url": "https://github.com/hyperledger/identus-apollo.git"
},
"author": "IOG",
"license": "ISC",
Expand Down

0 comments on commit 53a392e

Please sign in to comment.