From 23b34d262176ce35bcdcac24d00905acdc68eaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ribo=CC=81?= Date: Mon, 8 Jul 2024 19:24:13 +0200 Subject: [PATCH] fix: move to hl --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- Package.swift | 2 +- README.md | 4 ++-- apollo/build.gradle.kts | 4 ++-- build.gradle.kts | 8 ++++---- iOSLibs/IOHKAES/IOHKAES.podspec | 2 +- iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec | 2 +- iOSLibs/IOHKRSA/IOHKRSA.podspec | 2 +- .../IOHKSecureRandomGeneration.podspec | 2 +- package.json | 6 +++--- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 65624ea68..522d5a88b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ Summarize the changes you're submitting in a few sentences, including Jira ticke Link to existing ADR (Architecture Decision Record), if any. If relevant, describe other approaches explored and the selected approach. Documenting why the methods were not selected will create a knowledge base for future reference, helping prevent others from revisiting less optimal ideas. ### Checklist: -- [ ] My PR follows the [contribution guidelines](https://github.com/input-output-hk/atala-prism-apollo/blob/main/CONTRIBUTING.md) of this project +- [ ] My PR follows the [contribution guidelines](https://github.com/hyperledger/identus-apollo/blob/main/CONTRIBUTING.md) of this project - [ ] My PR is free of third-party dependencies that don't comply with the [Allowlist](https://toc.hyperledger.org/governing-documents/allowed-third-party-license-policy.html#approved-licenses-for-allowlist) - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation diff --git a/Package.swift b/Package.swift index b1675057a..fcb2cd279 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ let package = Package( // RELEASE .binaryTarget( name: "ApolloBinary", - url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.5/Apollo.xcframework.zip", + url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.5/Apollo.xcframework.zip", checksum: "cd1be90019a8e7f4f1ed62bd412f673d45bdbba699a7ece504e139b07b5cb49a" ) ] diff --git a/README.md b/README.md index 13739ff8c..b5deee944 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Inside your `Package.swift` file, add the following ```swift dependencies: [ .package( - url: "git@github.com:input-output-hk/atala-prism-apollo.git", + url: "git@github.com:git@github.com:hyperledger/identus-apollo.git", from: "" ) ] @@ -177,7 +177,7 @@ dependencies: [ ### Using generated xcframework directly The following instruction using Xcode 15 -1. Go the [Release Page](https://github.com/input-output-hk/atala-prism-apollo/releases) and check the latest version and download the `Apollo.xcframework.zip` file. +1. Go the [Release Page](https://github.com/hyperledger/identus-apollo/releases) and check the latest version and download the `Apollo.xcframework.zip` file. 2. Uncompress the downloaded file. 3. Add the `Apollo.xcframework` to your Xcode project. 4. When asked select Copy items if needed. diff --git a/apollo/build.gradle.kts b/apollo/build.gradle.kts index 9d8f1f312..3cbb83e3a 100644 --- a/apollo/build.gradle.kts +++ b/apollo/build.gradle.kts @@ -773,7 +773,7 @@ tasks.withType().configureEach { ) sourceLink { localDirectory.set(projectDir.resolve("src")) - remoteUrl.set(URL("https://github.com/input-output-hk/atala-prism-apollo/tree/main/src")) + remoteUrl.set(URL("https://github.com/hyperledger/identus-apollo/tree/main/src")) remoteLineSuffix.set("#L") } externalDocumentationLink { @@ -819,7 +819,7 @@ npmPublish { } repository { type.set("git") - url.set("https://github.com/hyperledger/identus-apollo.git") + url.set("https://github.com/hyperledger/identus-apollo") } } } diff --git a/build.gradle.kts b/build.gradle.kts index f1c42e202..e76ddef7d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ allprojects { } issueManagement { system.set("Github") - url.set("https://github.com/input-output-hk/atala-prism-apollo") + url.set("https://github.com/hyperledger/identus-apollo") } licenses { license { @@ -124,9 +124,9 @@ allprojects { } } scm { - connection.set("scm:git:git://input-output-hk/atala-prism-apollo.git") - developerConnection.set("scm:git:ssh://input-output-hk/atala-prism-apollo.git") - url.set("https://github.com/input-output-hk/atala-prism-apollo") + connection.set("scm:git: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") } } diff --git a/iOSLibs/IOHKAES/IOHKAES.podspec b/iOSLibs/IOHKAES/IOHKAES.podspec index 81532da5b..0911a95a9 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/input-output-hk/atala-prism-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/git@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 cc19c6c26..54081029a 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/input-output-hk/atala-prism-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/git@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 4dada4349..fc1a21821 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/input-output-hk/atala-prism-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/git@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 79bb0a2d9..6bf27583c 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/input-output-hk/atala-prism-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/git@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 581dd4b54..8fe936550 100644 --- a/package.json +++ b/package.json @@ -7,14 +7,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/input-output-hk/atala-prism-apollo.git" + "url": "git+https://github.com/git@github.com:hyperledger/identus-apollo.git" }, "author": "IOG", "license": "ISC", "bugs": { - "url": "https://github.com/input-output-hk/atala-prism-apollo/issues" + "url": "https://github.com/hyperledger/identus-apollo/issues" }, - "homepage": "https://github.com/input-output-hk/atala-prism-apollo#readme", + "homepage": "https://github.com/hyperledger/identus-apollo#readme", "devDependencies": { "@semantic-release/changelog": "^6.0.2", "@semantic-release/exec": "^6.0.3",