1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-13 03:16:20 +02:00

Fix broken link to nfpm piper on GoReleaser.

Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
This commit is contained in:
Daehyeok Mun 2018-08-15 21:49:06 -07:00 committed by Carlos Alexandro Becker
parent 923d6a7473
commit 36b9ca6238

View File

@ -62,7 +62,7 @@ That's it!
## Usage as lib
You can look at the code of nfpm itself to see how to use it as a library, or, take
a look at the [nfpm piper on GoReleaser](https://github.com/goreleaser/goreleaser/tree/master/pipeline/nfpm).
a look at the [nfpm piper on GoReleaser](https://github.com/goreleaser/goreleaser/tree/master/internal/pipeline/nfpm).
> **Attention**: GoReleaser `deb` packager only compiles with go1.10+.