|
2 | 2 | <a href="https://www.kitura.io/packages.html#all"> |
3 | 3 | <img src="https://img.shields.io/badge/docs-kitura.io-1FBCE4.svg" alt="APIDoc"> |
4 | 4 | </a> |
5 | | - <a href="https://travis-ci.org/IBM-Swift/BlueRSA"> |
6 | | - <img src="https://travis-ci.org/IBM-Swift/BlueRSA.svg?branch=master" alt="Build Status - Master"> |
| 5 | + <a href="https://travis-ci.org/Kitura/BlueRSA"> |
| 6 | + <img src="https://travis-ci.org/Kitura/BlueRSA.svg?branch=master" alt="Build Status - Master"> |
7 | 7 | </a> |
8 | 8 | <img src="https://img.shields.io/badge/os-macOS-green.svg?style=flat" alt="macOS"> |
9 | 9 | <img src="https://img.shields.io/badge/os-iOS-green.svg?style=flat" alt="iOS"> |
@@ -79,15 +79,15 @@ To run the supplied unit tests for **CryptorRSA** from the command line: |
79 | 79 | To include BlueRSA into a Swift Package Manager package, add it to the `dependencies` attribute defined in your `Package.swift` file. You can select the version using the `majorVersion` and `minor` parameters. For example: |
80 | 80 | ``` |
81 | 81 | dependencies: [ |
82 | | - .Package(url: "https://github.com/IBM-Swift/BlueRSA", majorVersion: <majorVersion>, minor: <minor>) |
| 82 | + .Package(url: "https://github.com/Kitura/BlueRSA", majorVersion: <majorVersion>, minor: <minor>) |
83 | 83 | ] |
84 | 84 | ``` |
85 | 85 |
|
86 | 86 | #### Carthage |
87 | 87 |
|
88 | 88 | To include BlueRSA in a project using Carthage, add a line to your `Cartfile` with the GitHub organization and project names and version. For example: |
89 | 89 | ``` |
90 | | - github "IBM-Swift/BlueRSA" ~> <majorVersion>.<minor> |
| 90 | + github "Kitura/BlueRSA" ~> <majorVersion>.<minor> |
91 | 91 | ``` |
92 | 92 |
|
93 | 93 | ### Before starting |
@@ -315,4 +315,4 @@ We love to talk server-side Swift and Kitura. Join our [Slack](http://swift-at-i |
315 | 315 |
|
316 | 316 | ## License |
317 | 317 |
|
318 | | -This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/IBM-Swift/BlueRSA/blob/master/LICENSE). |
| 318 | +This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/Kitura/BlueRSA/blob/master/LICENSE). |
0 commit comments