Skip to content

Commit 2ca4dc8

Browse files
anjannathpraveenkumar
authored andcommitted
choco: update crc.nuspec.in
based on the review comments, the owners field should contain the package author's name and the authors field should contain the software authors name this also adds bugTrackerUrl field to the nuspec template and use cdn link for the package icon url
1 parent 0e9a8b4 commit 2ca4dc8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packaging/chocolatey/crc/crc.nuspec.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<metadata>
44
<id>crc</id>
55
<version>__VERSION__</version>
6-
<owners>https://github.com/crc-org</owners>
6+
<owners>anjannath</owners>
77
<title>CRC - Runs Containers</title>
8-
<authors>anjannath</authors>
8+
<authors>https://github.com/crc-org</authors>
99
<projectUrl>https://crc.dev/blog/about</projectUrl>
10-
<iconUrl>https://i.ibb.co/m0b6dsL/crc-upstream-logo.png</iconUrl>
10+
<bugTrackerUrl>https://github.com/crc-org/crc/issues</bugTrackerUrl>
11+
<iconUrl>https://cdn.statically.io/gh/crc-org/blog/main/static/crc-upstream-logo.png</iconUrl>
1112
<licenseUrl>https://github.com/crc-org/crc/blob/main/LICENSE</licenseUrl>
1213
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1314
<tags>crc ocp openshift openshiftlocal okd podman</tags>
@@ -19,7 +20,7 @@ CRC is a tool to run containers. It manages a local OpenShift 4.x cluster, OKD c
1920
Learn more and contribute on [GitHub](https://github.com/crc-org/crc).
2021
</description>
2122
<releaseNotes>https://github.com/crc-org/crc/releases/tag/v__VERSION__</releaseNotes>
22-
<copyright>2022 Red Hat, Inc</copyright>
23+
<copyright>2023 Red Hat, Inc</copyright>
2324
<packageSourceUrl>https://github.com/crc-org/crc/tree/main/packaging/chocolatey</packageSourceUrl>
2425
<projectSourceUrl>https://github.com/crc-org/crc</projectSourceUrl>
2526
<docsUrl>https://crc.dev/crc</docsUrl>

0 commit comments

Comments
 (0)