Skip to content

Commit c007619

Browse files
committed
Changed org to Kitura
1 parent 12b1188 commit c007619

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# SwiftShellUtilities
22
<p align="center">
3-
<a href="https://github.com/dannys42/SwiftShellUtilities/actions?query=workflow%3ASwift"><img src="https://github.com/dannys42/SwiftShellUtilities/workflows/Swift/badge.svg" alt="build status"></a>
3+
<a href="https://github.com/Kitura/SwiftShellUtilities/actions?query=workflow%3ASwift"><img src="https://github.com/Kitura/SwiftShellUtilities/workflows/Swift/badge.svg" alt="build status"></a>
44
<img src="https://img.shields.io/badge/os-macOS-green.svg?style=flat" alt="macOS">
55
<img src="https://img.shields.io/badge/os-linux-green.svg?style=flat" alt="Linux">
66
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache2-blue.svg?style=flat" alt="Apache 2"></a>
77
<br/>
8-
<a href="https://swiftpackageindex.com/dannys42/SwiftShellUtilities"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdannys42%2F SwiftShellUtilities%2Fbadge%3Ftype%3Dswift-versions"></a>
9-
<a href="https://swiftpackageindex.com/dannys42/SwiftShellUtilities"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdannys42%2F SwiftShellUtilities%2Fbadge%3Ftype%3Dplatforms"></a>
8+
<a href="https://swiftpackageindex.com/Kitura/SwiftShellUtilities"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKitura%2F SwiftShellUtilities%2Fbadge%3Ftype%3Dswift-versions"></a>
9+
<a href="https://swiftpackageindex.com/Kitura/SwiftShellUtilities"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKitura%2F SwiftShellUtilities%2Fbadge%3Ftype%3Dplatforms"></a>
1010
</p>
1111
`SwiftShellUtilities` is a set of classes that are typically useful when using Swift as a command-line tool.
1212

@@ -19,7 +19,7 @@ import PackageDescription
1919
let package = Package(
2020
name: "YourAwesomeSoftware",
2121
dependencies: [
22-
.package(url: "https://github.com/dannys42/SwiftShellUtilities.git", from: "0.1.0")
22+
.package(url: "https://github.com/Kitura/SwiftShellUtilities.git", from: "0.1.0")
2323
],
2424
targets: [
2525
.target(
@@ -35,7 +35,7 @@ let package = Package(
3535
```
3636
#!/usr/bin/swift sh
3737
38-
import SwiftShellUtilities // @dannys42
38+
import SwiftShellUtilities // @Kitura
3939
4040
4141
```

0 commit comments

Comments
 (0)