diff --git a/Package.swift b/Package.swift index 83ef787..16e0085 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ // Package.swift // CryptorRSA // -// Copyright © 2017,2018 IBM. All rights reserved. +// Copyright © 2017-2020 IBM and the authors of the Kitura project. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ var targetDependencies: [Target.Dependency] = [] #if os(Linux) - dependencies.append(.package(url: "https://github.com/IBM-Swift/OpenSSL.git", from: "2.2.0")) + dependencies.append(.package(url: "https://github.com/Kitura/OpenSSL.git", from: "2.2.0")) targetDependencies.append(.byName(name: "OpenSSL")) #endif