Skip to content

Commit

Permalink
Updated links for k6 repo
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Bespalov <[email protected]>
  • Loading branch information
codebien and olegbespalov committed Apr 6, 2022
1 parent 081b3b0 commit ece4633
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/deb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "k6",
"maintainer": "Raintank Inc. d.b.a. Grafana Labs",
"description": "Load testing for the 21st century",
"changelog-cmd": "echo \"* $(date \"+%a %b %d %Y\") Grafana Labs \n - Go to the release page for more details on the changelog.\n\n https://github.com/k6io/k6/releases/tag/v!version!\"",
"changelog-cmd": "echo \"* $(date \"+%a %b %d %Y\") Grafana Labs \n - Go to the release page for more details on the changelog.\n\n https://github.com/grafana/k6/releases/tag/v!version!\"",
"homepage": "https://k6.io/",
"files": [
{
Expand Down
6 changes: 3 additions & 3 deletions packaging/k6.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
k6 is a developer centric open source load testing tool for testing the performance of your backend infrastructure. It’s built with Go and JavaScript to integrate well into your development workflow, so you can stay on top of performance without fuzz.
</description>
<projectUrl>https://k6.io</projectUrl>
<packageSourceUrl>https://github.com/k6io/k6</packageSourceUrl>
<projectSourceUrl>https://github.com/k6io/k6</projectSourceUrl>
<packageSourceUrl>https://github.com/grafana/k6</packageSourceUrl>
<projectSourceUrl>https://github.com/grafana/k6</projectSourceUrl>
<tags></tags>
<copyright></copyright>
<licenseUrl>https://github.com/k6io/k6/blob/master/LICENSE.md</licenseUrl>
<licenseUrl>https://github.com/grafana/k6/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
</metadata>
</package>
2 changes: 1 addition & 1 deletion packaging/rpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "k6",
"Summary": "Load testing for the 21st century",
"description": "k6 is a developer centric open source load testing tool for testing the performance of your backend infrastructure. It’s built with Go and JavaScript to integrate well into your development workflow, so you can stay on top of performance without fuzz.",
"changelog-cmd": "echo \"* $(date \"+%a %b %d %Y\") Grafana Labs \n - Go to the release page for more details on the changelog.\n\n https://github.com/k6io/k6/releases/tag/v!version!\"",
"changelog-cmd": "echo \"* $(date \"+%a %b %d %Y\") Grafana Labs \n - Go to the release page for more details on the changelog.\n\n https://github.com/grafana/k6/releases/tag/v!version!\"",
"license": "LICENSE",
"version": "!version!",
"arch": "!arch!",
Expand Down

0 comments on commit ece4633

Please sign in to comment.