Skip to content

Commit

Permalink
fix:change description for homebrew requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbekhen committed Nov 30, 2023
1 parent 0b852ba commit a53143d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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 <i@ryanbekhen.dev>"
license: "MIT"
vendor: ryanbekhen
Expand Down

0 comments on commit a53143d

Please sign in to comment.