maintainers: drop PeteE

Inactive on nixpkgs since Oct 2024, and was requested on 6 PRs.

Not an org member.
This commit is contained in:
Michael Daniels
2025-09-23 18:17:51 -04:00
parent a28e915dac
commit bd735b64ea
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -19993,12 +19993,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;
};
}