Skip to content

Commit 882545b

Browse files
committed
fix: update repository URLs to swift-standards organization
1 parent 7cddce6 commit 882545b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IEEE 754
22

3-
[![CI](https://github.com/coenttb/swift-ieee-754/workflows/CI/badge.svg)](https://github.com/coenttb/swift-ieee-754/actions/workflows/ci.yml)
3+
[![CI](https://github.com/swift-standards/swift-ieee-754/workflows/CI/badge.svg)](https://github.com/swift-standards/swift-ieee-754/actions/workflows/ci.yml)
44
![Development Status](https://img.shields.io/badge/status-active--development-blue.svg)
55

66
Swift implementation of IEEE 754-2019 binary floating-point standard for canonical serialization of Float and Double types.
@@ -26,7 +26,7 @@ Add to your `Package.swift`:
2626

2727
```swift
2828
dependencies: [
29-
.package(url: "https://github.com/coenttb/swift-ieee-754.git", from: "0.1.0")
29+
.package(url: "https://github.com/swift-standards/swift-ieee-754.git", from: "0.1.0")
3030
]
3131
```
3232

0 commit comments

Comments
 (0)