diff --git a/packaging/deb.json b/packaging/deb.json index fbdf37203a1..579bde1acec 100644 --- a/packaging/deb.json +++ b/packaging/deb.json @@ -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": [ { diff --git a/packaging/k6.portable.nuspec b/packaging/k6.portable.nuspec index acb894b7f00..d4a66e9a8ba 100644 --- a/packaging/k6.portable.nuspec +++ b/packaging/k6.portable.nuspec @@ -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. https://k6.io - https://github.com/k6io/k6 - https://github.com/k6io/k6 + https://github.com/grafana/k6 + https://github.com/grafana/k6 - https://github.com/k6io/k6/blob/master/LICENSE.md + https://github.com/grafana/k6/blob/master/LICENSE.md false diff --git a/packaging/rpm.json b/packaging/rpm.json index 39d388d14b3..4e8fd452368 100644 --- a/packaging/rpm.json +++ b/packaging/rpm.json @@ -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!",