maintainers: drop PeteE (#445653)

This commit is contained in:
Yohann Boniface
2025-09-30 07:18:44 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -19975,12 +19975,6 @@
githubId = 63069986;
name = "Per Stark";
};
petee = {
name = "Pete Erickson";
email = "pete.perickson@gmail.com";
github = "petee";
githubId = 89916;
};
Peter3579 = {
github = "Peter3579";
githubId = 170885528;
@@ -45,7 +45,7 @@ buildGoModule rec {
homepage = "https://github.com/turbot/steampipe-plugin-azure";
license = lib.licenses.apsl20;
longDescription = "Use SQL to instantly query Azure resources across regions and subscriptions.";
maintainers = with lib.maintainers; [ petee ];
maintainers = with lib.maintainers; [ ];
platforms = steampipe.meta.platforms;
};
}