Skip to content

Commit

Permalink
Merge pull request #63 from fouadhatem/patch-1
Browse files Browse the repository at this point in the history
Update repo reference
  • Loading branch information
dannys42 authored Sep 19, 2020
2 parents 876bcf5 + 41a2040 commit dda5142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit dda5142

Please sign in to comment.