From d95b7658d31ced3c3ce9aa9cd3ceea2e4d8e02d7 Mon Sep 17 00:00:00 2001 From: Mattt Date: Thu, 10 Oct 2019 10:27:07 +0200 Subject: [PATCH] Update urls for Surge in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fd0717..587fec3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Surge -[![Build Status](https://travis-ci.org/mattt/Surge.svg?branch=master)](https://travis-ci.org/mattt/Surge) [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mattt/Surge/blob/master/LICENSE) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![SPM compatible](https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager) [![CocoaPods](https://img.shields.io/cocoapods/v/Surge.svg)](https://cocoapods.org/pods/Surge) +[![Build Status](https://travis-ci.org/Jounce/Surge.svg?branch=master)](https://travis-ci.org/Jounce/Surge) [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/Jounce/Surge/blob/master/LICENSE) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![SPM compatible](https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager) [![CocoaPods](https://img.shields.io/cocoapods/v/Surge.svg)](https://cocoapods.org/pods/Surge) Surge is a Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation. @@ -45,7 +45,7 @@ To use [Swift Package Manager](https://swift.org/package-manager/) add Surge to let package = Package( name: "myproject", dependencies: [ - .package(url: "https://github.com/mattt/Surge.git", .upToNextMajor(from: "2.0.0")), + .package(url: "https://github.com/Jounce/Surge.git", .upToNextMajor(from: "2.0.0")), ], targets: [ .target( @@ -78,7 +78,7 @@ Then run `pod install`. To use [Carthage](https://github.com/Carthage/Carthage) add Surge to your `Cartfile`: ```ruby -github "mattt/Surge" ~> 2.0.0 +github "Jounce/Surge" ~> 2.0.0 ``` Then run `carthage update` and use the framework in `Carthage/Build/`.