summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2022-02-02 23:31:35 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2022-02-02 23:31:35 -0500
commit2849cd302682b867396ee85838d5e97a53af2bf7 (patch)
treee4b07e17da0d6e98082033a29624372461251889 /deployment
parent5df7839d181f88c2c4d92331d0608a6e8bb51761 (diff)
ci: add extra field to choco template
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/choco/bottom.nuspec.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/windows/choco/bottom.nuspec.template b/deployment/windows/choco/bottom.nuspec.template
index 8fd18c77..7d176f4e 100644
--- a/deployment/windows/choco/bottom.nuspec.template
+++ b/deployment/windows/choco/bottom.nuspec.template
@@ -30,7 +30,8 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<licenseUrl>https://github.com/ClementTsang/bottom/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/ClementTsang/bottom</projectSourceUrl>
- <docsUrl>https://github.com/ClementTsang/bottom/blob/master/README.md</docsUrl>
+ <packageSourceUrl>https://github.com/ClementTsang/choco-bottom</packageSourceUrl>
+ <docsUrl>https://clementtsang.github.io/bottom/stable</docsUrl>
<bugTrackerUrl>https://github.com/ClementTsang/bottom/issues</bugTrackerUrl>
<tags>cli cross-platform terminal top tui monitoring bottom btm</tags>
<summary>A customizable cross-platform graphical process/system monitor for the terminal.</summary>