steampipePackages.steampipe-plugin-aws: use correct license

steampipe-plugin-aws is licensed under Apache 2.0, not Apple Public Source License 2.0.
This commit is contained in:
Marie Ramlow
2024-10-28 19:23:57 +01:00
parent bcd144a112
commit 1aa7f056ed
@@ -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;