maintainers: remove anmonteiro (#530734)

This commit is contained in:
Yohann Boniface
2026-06-19 18:49:13 +00:00
committed by GitHub
8 changed files with 2 additions and 13 deletions
-6
View File
@@ -1901,12 +1901,6 @@
githubId = 750786;
name = "Justin Wood";
};
anmonteiro = {
email = "anmonteiro@gmail.com";
github = "anmonteiro";
githubId = 661909;
name = "Antonio Nuno Monteiro";
};
anna328p = {
email = "anna328p@gmail.com";
github = "anna328p";
-1
View File
@@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/asg017/sqlite-vec/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
anmonteiro
sarahec
];
platforms = lib.platforms.unix;
@@ -29,7 +29,6 @@ buildDunePackage {
description = "Mirage implementation for Alcotest";
maintainers = with lib.maintainers; [
ulrikstrid
anmonteiro
];
};
}
@@ -28,6 +28,6 @@ buildDunePackage (finalAttrs: {
description = "Implementation of a platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf";
license = lib.licenses.bsd3;
homepage = "https://github.com/anmonteiro/gluten";
maintainers = with lib.maintainers; [ anmonteiro ];
maintainers = [ ];
};
})
@@ -31,7 +31,6 @@ buildDunePackage (finalAttrs: {
homepage = "https://github.com/anmonteiro/ocaml-h2";
maintainers = with lib.maintainers; [
sternenseemann
anmonteiro
];
};
})
@@ -58,6 +58,6 @@ buildDunePackage (finalAttrs: {
description = "HTTP library with HTTP/2 support written entirely in OCaml";
homepage = "https://github.com/anmonteiro/piaf";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ anmonteiro ];
maintainers = [ ];
};
})
@@ -22,7 +22,6 @@ buildDunePackage (finalAttrs: {
homepage = "https://anuragsoni.github.io/routes";
maintainers = with lib.maintainers; [
ulrikstrid
anmonteiro
];
};
})
@@ -42,7 +42,6 @@ buildDunePackage rec {
ocamlLgplLinkingException
];
maintainers = with lib.maintainers; [
anmonteiro
dandellion
];
};