Unverified Commit bd735b64 authored by Michael Daniels's avatar Michael Daniels
Browse files

maintainers: drop PeteE

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

Not an org member.
parent a28e915d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}