mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
steampipePackages.steampipe-plugin-azure: fix license
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user