Skip to content

Commit 07400b0

Browse files
authored
Update winget-pkg releaser details and forked repo reference (#5157)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 6c55c76 commit 07400b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.goreleaser.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ archives:
4747
# This section defines how to release to winget.
4848
winget:
4949
- name: minder
50-
publisher: stacklok
50+
publisher: mindersec
5151
license: Apache-2.0
5252
license_url: "https://github.com/mindersec/minder/blob/main/LICENSE"
53-
copyright: Stacklok, Inc.
54-
homepage: https://stacklok.com
55-
short_description: 'minder is the client CLI for interacting with Minder by Stacklok.'
53+
copyright: Minder
54+
homepage: https://mindersec.github.io/
55+
short_description: 'minder is the client CLI for interacting with Minder'
5656
publisher_support_url: "https://github.com/mindersec/minder/issues/new/choose"
57-
package_identifier: "stacklok.minder"
57+
package_identifier: "mindersec.minder"
5858
url_template: "https://github.com/mindersec/minder/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
5959
skip_upload: auto
6060
release_notes: "{{.Changelog}}"
@@ -66,7 +66,7 @@ winget:
6666
6767
goamd64: v1
6868
repository:
69-
owner: stacklok
69+
owner: mindersec
7070
name: winget-pkgs
7171
branch: "minder-{{.Version}}"
7272
token: "{{ .Env.WINGET_GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)