maintainers: drop coloquinte (#478394)

This commit is contained in:
Yohann Boniface
2026-01-15 22:23:56 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -5263,12 +5263,6 @@
githubId = 244239;
name = "Mauricio Collares";
};
coloquinte = {
email = "gabriel.gouvine_nix@m4x.org";
github = "Coloquinte";
githubId = 4102525;
name = "Gabriel Gouvine";
};
commandodev = {
email = "ben@perurbis.com";
github = "commandodev";
+1 -1
View File
@@ -34,6 +34,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Coloquinte/PlaceRoute";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.coloquinte ];
maintainers = [ ];
};
})