From bd735b64ea9cce0a753bd5d4906accf13228870a Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Tue, 23 Sep 2025 18:17:51 -0400 Subject: [PATCH] maintainers: drop PeteE Inactive on nixpkgs since Oct 2024, and was requested on 6 PRs. Not an org member. --- maintainers/maintainer-list.nix | 6 ------ .../steampipe-packages/steampipe-plugin-azure/default.nix | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 50f6211874b6..5a86422f6db4 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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; 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 06ea9cf01606..5a0e397520ff 100644 --- a/pkgs/tools/misc/steampipe-packages/steampipe-plugin-azure/default.nix +++ b/pkgs/tools/misc/steampipe-packages/steampipe-plugin-azure/default.nix @@ -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; }; }