Skip to content

Commit

Permalink
Updated the ownership of the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Apr 6, 2022
1 parent 95b4a94 commit 081b3b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packaging/deb.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "k6",
"maintainer": "Load Impact AB",
"maintainer": "Raintank Inc. d.b.a. Grafana Labs",
"description": "Load testing for the 21st century",
"changelog-cmd": "echo \"* $(date \"+%a %b %d %Y\") Load Impact \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/k6io/k6/releases/tag/v!version!\"",
"homepage": "https://k6.io/",
"files": [
{
Expand All @@ -15,7 +15,7 @@
"copyrights": [
{
"files": "*",
"copyright": "2020 Load Impact AB",
"copyright": "2022 Raintank Inc. d.b.a. Grafana Labs",
"license": "AGPL-3.0",
"file": "LICENSE"
}
Expand Down
6 changes: 3 additions & 3 deletions packaging/k6.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<id>k6.portable</id>
<title>k6 (Portable)</title>
<version>__REPLACE__</version>
<authors>Load Impact</authors>
<owners>Load Impact</owners>
<authors>Raintank Inc. d.b.a. Grafana Labs</authors>
<owners>Raintank Inc. d.b.a. Grafana Labs</owners>
<summary>Load testing for the 21st century</summary>
<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.
Expand All @@ -18,4 +18,4 @@
<licenseUrl>https://github.com/k6io/k6/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
</metadata>
</package>
</package>
4 changes: 2 additions & 2 deletions packaging/k6.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" UpgradeCode="8C5F9495-F697-4780-ABFD-90DCC2F681B6" Version="$(var.VERSION)" Language="1033" Name="k6" Manufacturer="Load Impact AB">
<Product Id="*" UpgradeCode="8C5F9495-F697-4780-ABFD-90DCC2F681B6" Version="$(var.VERSION)" Language="1033" Name="k6" Manufacturer="Raintank Inc. d.b.a. Grafana Labs">
<Package InstallerVersion="300" Compressed="yes"/>
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit."/>

Expand Down Expand Up @@ -44,4 +44,4 @@
<WixVariable Id="WixUIDialogBmp" Value="full-white-stripe.jpg"/>
<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf"/>
</Product>
</Wix>
</Wix>
4 changes: 2 additions & 2 deletions 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\") Load Impact \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/k6io/k6/releases/tag/v!version!\"",
"license": "LICENSE",
"version": "!version!",
"arch": "!arch!",
Expand All @@ -14,4 +14,4 @@
"base": "/tmp"
}
]
}
}

0 comments on commit 081b3b0

Please sign in to comment.