Skip to content

Commit

Permalink
chore: fix owner
Browse files Browse the repository at this point in the history
Signed-off-by: Niccolò Fei <[email protected]>
  • Loading branch information
NiccoloFei committed Sep 19, 2024
1 parent 1f45e16 commit 93905f5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project_name: cnpg

release:
github:
owner: cloudnative-pg
owner: NiccoloFei
name: cloudnative-pg

env:
Expand All @@ -24,9 +24,9 @@ builds:
ldflags:
- -s
- -w
- -X github.com/cloudnative-pg/cloudnative-pg/pkg/versions.buildVersion={{.Env.VERSION}}
- -X github.com/cloudnative-pg/cloudnative-pg/pkg/versions.buildCommit={{.Env.COMMIT}}
- -X github.com/cloudnative-pg/cloudnative-pg/pkg/versions.buildDate={{.Env.DATE}}
- -X github.com/NiccoloFei/cloudnative-pg/pkg/versions.buildVersion={{.Env.VERSION}}
- -X github.com/NiccoloFei/cloudnative-pg/pkg/versions.buildCommit={{.Env.COMMIT}}
- -X github.com/NiccoloFei/cloudnative-pg/pkg/versions.buildDate={{.Env.DATE}}
goos:
- linux
goarch:
Expand All @@ -41,9 +41,9 @@ builds:
ldflags:
- -s
- -w
- -X github.com/cloudnative-pg/cloudnative-pg/pkg/versions.buildVersion={{.Env.VERSION}}
- -X github.com/cloudnative-pg/cloudnative-pg/pkg/versions.buildCommit={{.Env.COMMIT}}
- -X github.com/cloudnative-pg/cloudnative-pg/pkg/versions.buildDate={{.Env.DATE}}
- -X github.com/NiccoloFei/cloudnative-pg/pkg/versions.buildVersion={{.Env.VERSION}}
- -X github.com/NiccoloFei/cloudnative-pg/pkg/versions.buildCommit={{.Env.COMMIT}}
- -X github.com/NiccoloFei/cloudnative-pg/pkg/versions.buildDate={{.Env.DATE}}
goos:
- darwin
- linux
Expand Down Expand Up @@ -85,7 +85,7 @@ nfpms:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ end }}
homepage: https://github.com/cloudnative-pg/cloudnative-pg
homepage: https://github.com/NiccoloFei/cloudnative-pg
bindir: /usr/local/bin
maintainer: 'Marco Nenciarini <[email protected]>'
builds:
Expand Down Expand Up @@ -115,7 +115,7 @@ signs:

krews:
- name: cnpg
homepage: https://github.com/cloudnative-pg/cloudnative-pg
homepage: https://github.com/NiccoloFei/cloudnative-pg
short_description: 'Manage your CloudNativePG clusters'
skip_upload: true
description: 'This plugin provides multiple commands to help you manage your CloudNativePG clusters.'

0 comments on commit 93905f5

Please sign in to comment.