diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index fa4309e9bf69..335941d0c660 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/pkgs/by-name/sq/sqlite-vec/package.nix b/pkgs/by-name/sq/sqlite-vec/package.nix index 3045275d6d1a..d12a1d80310a 100644 --- a/pkgs/by-name/sq/sqlite-vec/package.nix +++ b/pkgs/by-name/sq/sqlite-vec/package.nix @@ -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; diff --git a/pkgs/development/ocaml-modules/alcotest/mirage.nix b/pkgs/development/ocaml-modules/alcotest/mirage.nix index 76e202d20c4f..4ee8887df1d8 100644 --- a/pkgs/development/ocaml-modules/alcotest/mirage.nix +++ b/pkgs/development/ocaml-modules/alcotest/mirage.nix @@ -29,7 +29,6 @@ buildDunePackage { description = "Mirage implementation for Alcotest"; maintainers = with lib.maintainers; [ ulrikstrid - anmonteiro ]; }; } diff --git a/pkgs/development/ocaml-modules/gluten/default.nix b/pkgs/development/ocaml-modules/gluten/default.nix index 17f5e2d12c5f..a6b31f320fc4 100644 --- a/pkgs/development/ocaml-modules/gluten/default.nix +++ b/pkgs/development/ocaml-modules/gluten/default.nix @@ -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 = [ ]; }; }) diff --git a/pkgs/development/ocaml-modules/hpack/default.nix b/pkgs/development/ocaml-modules/hpack/default.nix index ed0863275241..65f09652ae0b 100644 --- a/pkgs/development/ocaml-modules/hpack/default.nix +++ b/pkgs/development/ocaml-modules/hpack/default.nix @@ -31,7 +31,6 @@ buildDunePackage (finalAttrs: { homepage = "https://github.com/anmonteiro/ocaml-h2"; maintainers = with lib.maintainers; [ sternenseemann - anmonteiro ]; }; }) diff --git a/pkgs/development/ocaml-modules/piaf/default.nix b/pkgs/development/ocaml-modules/piaf/default.nix index 780b5c7ecc0b..a83e8a02b6e3 100644 --- a/pkgs/development/ocaml-modules/piaf/default.nix +++ b/pkgs/development/ocaml-modules/piaf/default.nix @@ -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 = [ ]; }; }) diff --git a/pkgs/development/ocaml-modules/routes/default.nix b/pkgs/development/ocaml-modules/routes/default.nix index cae997141db1..0f52a76cbc9b 100644 --- a/pkgs/development/ocaml-modules/routes/default.nix +++ b/pkgs/development/ocaml-modules/routes/default.nix @@ -22,7 +22,6 @@ buildDunePackage (finalAttrs: { homepage = "https://anuragsoni.github.io/routes"; maintainers = with lib.maintainers; [ ulrikstrid - anmonteiro ]; }; }) diff --git a/pkgs/development/ocaml-modules/ssl/default.nix b/pkgs/development/ocaml-modules/ssl/default.nix index 06fb4e2245c9..163daa0e66fa 100644 --- a/pkgs/development/ocaml-modules/ssl/default.nix +++ b/pkgs/development/ocaml-modules/ssl/default.nix @@ -42,7 +42,6 @@ buildDunePackage rec { ocamlLgplLinkingException ]; maintainers = with lib.maintainers; [ - anmonteiro dandellion ]; };