From b6efa95b923e8bda6c021ebd07fc5dd6acb2e1ad Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Sat, 20 Jun 2026 22:10:56 +0200 Subject: [PATCH] maintainers: remove vbmithr (cherry picked from commit 29d4c28ad718031c1cd5f57c906531a240d01463) --- maintainers/maintainer-list.nix | 6 ------ pkgs/development/ocaml-modules/pcre/default.nix | 4 +--- pkgs/development/ocaml-modules/react/default.nix | 1 - pkgs/development/tools/ocaml/findlib/default.nix | 4 +--- 4 files changed, 2 insertions(+), 13 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 055ef818066f..ef83fddb051b 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -28906,12 +28906,6 @@ githubId = 2612464; name = "Vincent Laporte"; }; - vbmithr = { - email = "vb@luminar.eu.org"; - github = "vbmithr"; - githubId = 797581; - name = "Vincent Bernardoff"; - }; vbrandl = { name = "Valentin Brandl"; email = "mail+nixpkgs@vbrandl.net"; diff --git a/pkgs/development/ocaml-modules/pcre/default.nix b/pkgs/development/ocaml-modules/pcre/default.nix index b5c6020c5947..11a345cebeb4 100644 --- a/pkgs/development/ocaml-modules/pcre/default.nix +++ b/pkgs/development/ocaml-modules/pcre/default.nix @@ -23,8 +23,6 @@ buildDunePackage (finalAttrs: { homepage = "https://mmottl.github.io/pcre-ocaml"; description = "Efficient C-library for pattern matching with Perl-style regular expressions in OCaml"; license = lib.licenses.lgpl21Plus; - maintainers = with lib.maintainers; [ - vbmithr - ]; + maintainers = [ ]; }; }) diff --git a/pkgs/development/ocaml-modules/react/default.nix b/pkgs/development/ocaml-modules/react/default.nix index cb096401a66c..4cd701032331 100644 --- a/pkgs/development/ocaml-modules/react/default.nix +++ b/pkgs/development/ocaml-modules/react/default.nix @@ -34,7 +34,6 @@ stdenv.mkDerivation rec { license = lib.licenses.bsd3; inherit (ocaml.meta) platforms; maintainers = with lib.maintainers; [ - vbmithr gal_bolle ]; }; diff --git a/pkgs/development/tools/ocaml/findlib/default.nix b/pkgs/development/tools/ocaml/findlib/default.nix index 6864132d99c3..b7888b3d4b29 100644 --- a/pkgs/development/tools/ocaml/findlib/default.nix +++ b/pkgs/development/tools/ocaml/findlib/default.nix @@ -90,9 +90,7 @@ stdenv.mkDerivation rec { description = "O'Caml library manager"; homepage = "http://projects.camlcity.org/projects/findlib.html"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ - vbmithr - ]; + maintainers = [ ]; mainProgram = "ocamlfind"; platforms = ocaml.meta.platforms or [ ]; };