Skip to content

Commit

Permalink
Update links and contact to personal profile (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj authored Aug 4, 2023
1 parent bb97233 commit 968a2d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down Expand Up @@ -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.
Expand Down
12 changes: 6 additions & 6 deletions goldplate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Maintainer: Jasper Van der Jeugt <[email protected]>, Andreas Abel
Author: Jasper Van der Jeugt <[email protected]>
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
Expand All @@ -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
Expand Down

0 comments on commit 968a2d4

Please sign in to comment.