1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-12 23:06:18 +02:00

docs: fixed broken link

This commit is contained in:
Carlos Alexandro Becker 2018-11-28 10:37:17 -02:00 committed by GitHub
parent 986479cfd0
commit a912e8b6b7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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/internal/pipeline/nfpm).
a look at the [nfpm pipe on GoReleaser](https://github.com/goreleaser/goreleaser/blob/master/internal/pipe/nfpm/nfpm.go).
> **Attention**: GoReleaser `deb` packager only compiles with go1.10+.