Skip to content

Commit

Permalink
feat: remove gofish install method
Browse files Browse the repository at this point in the history
it has been deprecated for many months

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jun 14, 2022
1 parent 4889389 commit 8e17486
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .goreleaser.yml
Expand Up @@ -107,14 +107,6 @@ brews:
fish_completion.install "completions/nfpm.fish"
man1.install "manpages/nfpm.1.gz"
rigs:
- rig:
owner: goreleaser
name: fish-food
homepage: https://nfpm.goreleaser.com
description: nFPM is a simple, 0-dependencies, deb, rpm and apk packager.
license: MIT

scoop:
bucket:
owner: goreleaser
Expand Down
7 changes: 0 additions & 7 deletions www/docs/install.md
Expand Up @@ -22,13 +22,6 @@ brew install nfpm
The [formula in homebrew-core](https://github.com/Homebrew/homebrew-core/blob/master/Formula/nfpm.rb) might be slightly outdated.
Use our homebrew tap to always get the latest updates.

### gofish

```sh
gofish rig add https://github.com/goreleaser/fish-food
gofish install github.com/goreleaser/fish-food/nfpm
```

### scoop

```sh
Expand Down

0 comments on commit 8e17486

Please sign in to comment.