Skip to content

Commit 44030fb

Browse files
committed
ci: fix iconUrl in chocolatey nuspec
1 parent e94ebea commit 44030fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/chocolatey/coder.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<title>Coder (Install)</title>
2323
<authors>Coder Technologies\, Inc.</authors>
2424
<projectUrl>https://coder.com</projectUrl>
25-
<iconUrl>https://github.com/coder/presskit/raw/main/logos/coder%20logo%20black%20square.png?raw=true</iconUrl>
25+
<iconUrl>https://github.com/coder/presskit/blob/main/logos/coder_logo_black_square.png?raw=true</iconUrl>
2626
<copyright>Coder Technologies, Inc.</copyright>
2727
<licenseUrl>https://coder.com/legal/terms-of-service</licenseUrl>
2828
<requireLicenseAcceptance>true</requireLicenseAcceptance>
2929
<projectSourceUrl>https://github.com/coder/coder.git</projectSourceUrl>
3030
<docsUrl>https://coder.com/docs/v2/latest</docsUrl>
3131
<bugTrackerUrl>https://github.com/coder/coder/issues</bugTrackerUrl>
32-
<tags>coder remote-dev terraform development</tags>
32+
<tags>coder remote-dev terraform development</tags>
3333
<summary>Remote development environments on your infrastructure provisioned with Terraform</summary>
3434
<description>Remote development environments on your infrastructure provisioned with Terraform</description>
3535
</metadata>

0 commit comments

Comments
 (0)