From a53143d57f02d9852ba77c38c111eff07f65f697 Mon Sep 17 00:00:00 2001 From: ryanbekhen Date: Fri, 1 Dec 2023 02:49:35 +0700 Subject: [PATCH] fix:change description for homebrew requirements --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index f6a4fca..65c72d3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -154,7 +154,7 @@ brews: folder: Formula/n goarm: 7 homepage: https://github.com/ryanbekhen/nanoproxy - description: "NanoProxy is a simple reverse proxy written in Go." + description: "Simple Socks5 Proxy written in Go" license: "MIT" install: | bin.install "nanoproxy" @@ -164,7 +164,7 @@ winget: publisher: ryanbekhen license: MIT homepage: https://github.com/ryanbekhen/nanoproxy - short_description: "NanoProxy is a simple reverse proxy written in Go." + short_description: "Simple Socks5 Proxy written in Go" tags: - Proxy - Socks5 @@ -184,7 +184,7 @@ nfpms: - id: packages file_name_template: "{{ .ConventionalFileName }}" homepage: https://github.com/ryanbekhen/nanoproxy - description: "NanoProxy is a simple reverse proxy written in Go." + description: "Simple Socks5 Proxy written in Go" maintainer: "Achmad Irianto Eka Putra " license: "MIT" vendor: ryanbekhen