mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
steampipePackages.steampipe-plugin-{aws, github}: use correct license (#351953)
This commit is contained in:
commit
75e28c029e
@ -43,7 +43,7 @@ buildGoModule rec {
|
|||||||
changelog = "https://github.com/turbot/steampipe-plugin-aws/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/turbot/steampipe-plugin-aws/blob/v${version}/CHANGELOG.md";
|
||||||
description = "AWS Plugin for Steampipe";
|
description = "AWS Plugin for Steampipe";
|
||||||
homepage = "https://github.com/turbot/steampipe-plugin-aws";
|
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.";
|
longDescription = "Use SQL to instantly query AWS resources across regions and accounts.";
|
||||||
maintainers = with lib.maintainers; [ anthonyroussel ];
|
maintainers = with lib.maintainers; [ anthonyroussel ];
|
||||||
platforms = steampipe.meta.platforms;
|
platforms = steampipe.meta.platforms;
|
||||||
|
@ -43,7 +43,7 @@ buildGoModule rec {
|
|||||||
changelog = "https://github.com/turbot/steampipe-plugin-github/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/turbot/steampipe-plugin-github/blob/v${version}/CHANGELOG.md";
|
||||||
description = "GitHub Plugin for Steampipe";
|
description = "GitHub Plugin for Steampipe";
|
||||||
homepage = "https://github.com/turbot/steampipe-plugin-github";
|
homepage = "https://github.com/turbot/steampipe-plugin-github";
|
||||||
license = lib.licenses.apsl20;
|
license = lib.licenses.asl20;
|
||||||
longDescription = "Use SQL to instantly query repositories, users, gists and more from GitHub.";
|
longDescription = "Use SQL to instantly query repositories, users, gists and more from GitHub.";
|
||||||
maintainers = with lib.maintainers; [ anthonyroussel ];
|
maintainers = with lib.maintainers; [ anthonyroussel ];
|
||||||
platforms = steampipe.meta.platforms;
|
platforms = steampipe.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user