From 89991bdff78129ae46582a732931519f61e4d531 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Sat, 14 Feb 2026 05:19:14 +0000 Subject: [PATCH] ocamlPackages.*: remove myself from maintainers --- pkgs/development/ocaml-modules/bigstring/default.nix | 2 +- pkgs/development/ocaml-modules/conduit/default.nix | 1 - pkgs/development/ocaml-modules/dum/default.nix | 2 +- pkgs/development/ocaml-modules/genspio/default.nix | 2 +- pkgs/development/ocaml-modules/hidapi/default.nix | 2 +- pkgs/development/ocaml-modules/ipaddr/default.nix | 1 - pkgs/development/ocaml-modules/macaddr/default.nix | 2 +- pkgs/development/ocaml-modules/sosa/default.nix | 2 +- 8 files changed, 6 insertions(+), 8 deletions(-) diff --git a/pkgs/development/ocaml-modules/bigstring/default.nix b/pkgs/development/ocaml-modules/bigstring/default.nix index f7e3ee06b9ef..1c19f98ae683 100644 --- a/pkgs/development/ocaml-modules/bigstring/default.nix +++ b/pkgs/development/ocaml-modules/bigstring/default.nix @@ -31,6 +31,6 @@ buildDunePackage (finalAttrs: { homepage = "https://github.com/c-cube/ocaml-bigstring"; description = "Bigstring built on top of bigarrays, and convenient functions"; license = lib.licenses.bsd2; - maintainers = [ lib.maintainers.alexfmpe ]; + maintainers = [ ]; }; }) diff --git a/pkgs/development/ocaml-modules/conduit/default.nix b/pkgs/development/ocaml-modules/conduit/default.nix index 2aa8f7aeaaaf..4bae84fa6668 100644 --- a/pkgs/development/ocaml-modules/conduit/default.nix +++ b/pkgs/development/ocaml-modules/conduit/default.nix @@ -34,7 +34,6 @@ buildDunePackage (finalAttrs: { description = "Network connection establishment library"; license = lib.licenses.isc; maintainers = with lib.maintainers; [ - alexfmpe vbgl ]; homepage = "https://github.com/mirage/ocaml-conduit"; diff --git a/pkgs/development/ocaml-modules/dum/default.nix b/pkgs/development/ocaml-modules/dum/default.nix index b4b9f738e483..78cae6f37866 100644 --- a/pkgs/development/ocaml-modules/dum/default.nix +++ b/pkgs/development/ocaml-modules/dum/default.nix @@ -33,6 +33,6 @@ buildDunePackage (finalAttrs: { objects or exceptions in depth and without risk. ''; license = lib.licenses.lgpl21Plus; - maintainers = with lib.maintainers; [ alexfmpe ]; + maintainers = [ ]; }; }) diff --git a/pkgs/development/ocaml-modules/genspio/default.nix b/pkgs/development/ocaml-modules/genspio/default.nix index 2ea294727dde..22b93c11ed49 100644 --- a/pkgs/development/ocaml-modules/genspio/default.nix +++ b/pkgs/development/ocaml-modules/genspio/default.nix @@ -33,6 +33,6 @@ buildDunePackage rec { homepage = "https://smondet.gitlab.io/genspio-doc/"; description = "Typed EDSL to generate POSIX Shell scripts"; license = lib.licenses.asl20; - maintainers = [ lib.maintainers.alexfmpe ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/ocaml-modules/hidapi/default.nix b/pkgs/development/ocaml-modules/hidapi/default.nix index d3d666ef081a..38e6d503b866 100644 --- a/pkgs/development/ocaml-modules/hidapi/default.nix +++ b/pkgs/development/ocaml-modules/hidapi/default.nix @@ -36,7 +36,7 @@ buildDunePackage rec { description = "Bindings to Signal11's hidapi library"; homepage = "https://github.com/vbmithr/ocaml-hidapi"; license = lib.licenses.isc; - maintainers = [ lib.maintainers.alexfmpe ]; + maintainers = [ ]; mainProgram = "ocaml-hid-enumerate"; }; } diff --git a/pkgs/development/ocaml-modules/ipaddr/default.nix b/pkgs/development/ocaml-modules/ipaddr/default.nix index ec752d475ee0..63c49af9eecf 100644 --- a/pkgs/development/ocaml-modules/ipaddr/default.nix +++ b/pkgs/development/ocaml-modules/ipaddr/default.nix @@ -31,7 +31,6 @@ buildDunePackage { meta = macaddr.meta // { description = "Library for manipulation of IP (and MAC) address representations"; maintainers = with lib.maintainers; [ - alexfmpe ericbmerritt ]; }; diff --git a/pkgs/development/ocaml-modules/macaddr/default.nix b/pkgs/development/ocaml-modules/macaddr/default.nix index 4d2db1e47944..ba567c2c90d0 100644 --- a/pkgs/development/ocaml-modules/macaddr/default.nix +++ b/pkgs/development/ocaml-modules/macaddr/default.nix @@ -28,6 +28,6 @@ buildDunePackage rec { homepage = "https://github.com/mirage/ocaml-ipaddr"; description = "Library for manipulation of MAC address representations"; license = lib.licenses.isc; - maintainers = [ lib.maintainers.alexfmpe ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/ocaml-modules/sosa/default.nix b/pkgs/development/ocaml-modules/sosa/default.nix index 9f4453d12e57..9eb2da21118b 100644 --- a/pkgs/development/ocaml-modules/sosa/default.nix +++ b/pkgs/development/ocaml-modules/sosa/default.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { homepage = "http://www.hammerlab.org/docs/sosa/master/index.html"; description = "Sane OCaml String API"; license = lib.licenses.isc; - maintainers = [ lib.maintainers.alexfmpe ]; + maintainers = [ ]; broken = !(lib.versionOlder ocaml.version "4.02"); }; }