Skip to content

Commit

Permalink
🎨 Fix naming in goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Feb 10, 2025
1 parent f23aae5 commit a9248ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ signs:
args: [ "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}" ]

brews:
- name: XXX
description: "XXX is a tool"
homepage: "https://github.com/go-go-golems/XXX"
- name: go-go-mcp
description: "go-go-mcp is a tool to serve and run MCPs"
homepage: "https://github.com/go-go-golems/go-go-mcp"
repository:
owner: go-go-golems
name: homebrew-go-go-go
Expand All @@ -51,7 +51,7 @@ nfpms:
maintainer: Manuel Odendahl <wesen@ruinwesen.com>

description: |-
XXX is a tool
go-go-mcp is a tool to serve and run MCPs
license: MIT

Expand Down

0 comments on commit a9248ef

Please sign in to comment.