maintainers: drop PeteE (#445653)

Changed files
+1 -7
maintainers
pkgs
tools
misc
steampipe-packages
steampipe-plugin-azure
-6
maintainers/maintainer-list.nix
···
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
pkgs/tools/misc/steampipe-packages/steampipe-plugin-azure/default.nix
···
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;
};
}