From 1aa7f056edd025a1e4ae4972eb176020fd65d502 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Mon, 28 Oct 2024 19:23:47 +0100 Subject: [PATCH] steampipePackages.steampipe-plugin-aws: use correct license steampipe-plugin-aws is licensed under Apache 2.0, not Apple Public Source License 2.0. --- .../misc/steampipe-packages/steampipe-plugin-aws/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/steampipe-packages/steampipe-plugin-aws/default.nix b/pkgs/tools/misc/steampipe-packages/steampipe-plugin-aws/default.nix index 33c09ba83e82..8b6703ac35f3 100644 --- a/pkgs/tools/misc/steampipe-packages/steampipe-plugin-aws/default.nix +++ b/pkgs/tools/misc/steampipe-packages/steampipe-plugin-aws/default.nix @@ -43,7 +43,7 @@ buildGoModule rec { changelog = "https://github.com/turbot/steampipe-plugin-aws/blob/v${version}/CHANGELOG.md"; description = "AWS Plugin for Steampipe"; homepage = "https://github.com/turbot/steampipe-plugin-aws"; - license = lib.licenses.apsl20; + license = lib.licenses.asl20; longDescription = "Use SQL to instantly query AWS resources across regions and accounts."; maintainers = with lib.maintainers; [ anthonyroussel ]; platforms = steampipe.meta.platforms;