maintainers: drop ingenieroariel

Inactive since 2023, doesn't respond to maintainer pings.
This commit is contained in:
Wolfgang Walther
2026-01-06 15:52:33 +01:00
parent b0fe47dac4
commit a98843c6fd
3 changed files with 0 additions and 8 deletions
-6
View File
@@ -11277,12 +11277,6 @@
name = "Silvan Mosberger";
keys = [ { fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170"; } ];
};
ingenieroariel = {
email = "ariel@nunez.co";
github = "ingenieroariel";
githubId = 54999;
name = "Ariel Nunez";
};
insipx = {
email = "github@andrewplaza.dev";
github = "insipx";
@@ -347,7 +347,6 @@ buildPythonPackage rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
gbpdt
ingenieroariel
taranarmo
];
};
-1
View File
@@ -51,7 +51,6 @@ buildGoModule {
homepage = "https://www.tegola.io/";
description = "Mapbox Vector Tile server";
mainProgram = "tegola";
maintainers = with lib.maintainers; [ ingenieroariel ];
teams = [ lib.teams.geospatial ];
license = lib.licenses.mit;
};