We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eca2ed commit 85fa58bCopy full SHA for 85fa58b
.goreleaser.yml
@@ -45,7 +45,7 @@ archives:
45
format: zip
46
files:
47
- README.md
48
- - LICENSE.md
+ - LICENSE
49
- completions/*
50
- manpages/*
51
@@ -115,7 +115,8 @@ snapcrafts:
115
disable: "{{ if .IsSnapshot }}true{{ end }}"
116
117
nix:
118
- - repository:
+ - name: nginx-prometheus-exporter
119
+ repository:
120
owner: nginxinc
121
name: nur
122
token: '{{ .Env.NGINX_GITHUB_TOKEN }}'
@@ -130,7 +131,8 @@ nix:
130
131
installShellCompletion ./completions/*
132
133
winget:
- - publisher: nginxinc
134
135
+ publisher: nginxinc
136
license: Apache-2.0
137
homepage: https://github.com/nginxinc/nginx-prometheus-exporter
138
short_description: NGINX Prometheus Exporter for NGINX and NGINX Plus
0 commit comments