From c613e437e270ecb7122b614dc97ea4b5fd3e49eb Mon Sep 17 00:00:00 2001 From: Grayson Tinker Date: Fri, 4 Sep 2026 18:10:32 -0600 Subject: [PATCH] steampipePackages.steampipe-plugin-azure: fix license --- .../misc/steampipe-packages/steampipe-plugin-azure/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/steampipe-packages/steampipe-plugin-azure/default.nix b/pkgs/tools/misc/steampipe-packages/steampipe-plugin-azure/default.nix index 8c86373628e2..14b7e56affca 100644 --- a/pkgs/tools/misc/steampipe-packages/steampipe-plugin-azure/default.nix +++ b/pkgs/tools/misc/steampipe-packages/steampipe-plugin-azure/default.nix @@ -43,7 +43,7 @@ buildGoModule rec { changelog = "https://github.com/turbot/steampipe-plugin-azure/blob/v${version}/CHANGELOG.md"; description = "Azure Plugin for Steampipe"; homepage = "https://github.com/turbot/steampipe-plugin-azure"; - license = lib.licenses.apsl20; + license = lib.licenses.asl20; longDescription = "Use SQL to instantly query Azure resources across regions and subscriptions."; maintainers = [ ]; platforms = steampipe.meta.platforms;