From a4c4b7619ffd224f7899d5af004165a8e18e5f74 Mon Sep 17 00:00:00 2001 From: Denis Vaumoron Date: Fri, 31 May 2024 22:20:21 +0200 Subject: [PATCH] update goreleaser --- .goreleaser.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index efa2fc2..4f7603a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -54,7 +54,7 @@ nfpms: section: default contents: - src: ./LICENSE - dst: /usr/share/doc/gosince/copyright + dst: /usr/share/doc/lastgo/copyright file_info: mode: 0444 rpm: diff --git a/README.md b/README.md index 5aa4508..b3c71f1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Minimum interval waited between check of last version on `LASTGO_DOWNLOAD_URL`. String (Default: https://go.dev/dl) -URL to download Go binary (only used to install at first launch, update rely on **Go** `GOTOOLCHAIN` mecanism). +URL to download Go binary (only used to install at first launch, update rely on [GOTOOLCHAIN](https://go.dev/doc/toolchain) mecanism). ### LASTGO_ROOT