diff --git a/README.md b/README.md index 551b197..e318fd3 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Give `goldplate` a try if: - The application is quick to start (a process is created for every test) - Your output is text-based and not huge in size -At [Fugue](https://fugue.co), we've been using internal versions of this tool -since 2016, so it should be pretty stable. +At [Fugue](https://www.fugue.co/), we've been using internal versions of this +tool since 2016, so it should be pretty stable. `goldplate` produces output compatible with the [Test Anything Protocol]. @@ -213,7 +213,7 @@ to leave a clean repository behind. ## Installation Binaries for Mac OS and Linux are available on the -[releases page](https://github.com/fugue/goldplate/releases). +[releases page](https://github.com/jaspervdj/goldplate/releases). Installation from source is done using standard Haskell tooling -- [Cabal] and [stack] both work well. diff --git a/goldplate.cabal b/goldplate.cabal index 6e5ca5d..075445b 100644 --- a/goldplate.cabal +++ b/goldplate.cabal @@ -3,11 +3,11 @@ Version: 0.2.1.1 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE -Author: Jasper Van der Jeugt -Maintainer: Jasper Van der Jeugt , Andreas Abel +Author: Jasper Van der Jeugt +Maintainer: Jasper Van der Jeugt, Andreas Abel Copyright: 2019-2021 Fugue, Inc -Homepage: https://github.com/fugue/goldplate -Bug-reports: https://github.com/fugue/goldplate/issues +Homepage: https://github.com/jaspervdj/goldplate +Bug-reports: https://github.com/jaspervdj/goldplate/issues Category: Language Build-type: Simple Cabal-version: 1.18 @@ -29,11 +29,11 @@ Extra-source-files: Source-repository head type: git - location: https://github.com/fugue/goldplate.git + location: https://github.com/jaspervdj/goldplate.git Source-repository this type: git - location: https://github.com/fugue/goldplate.git + location: https://github.com/jaspervdj/goldplate.git tag: v0.2.1.1 Library