maintainers: remove anmonteiro

This commit is contained in:
Hythera
2026-06-11 15:46:02 +02:00
parent e3a68d7778
commit 4728df0924
8 changed files with 2 additions and 13 deletions
-6
View File
@@ -1893,12 +1893,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
];
};