Unverified Commit 002eaa99 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

ocamlPackages.*: remove myself from maintainers (#490302)

parents ade8a189 89991bdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ buildDunePackage (finalAttrs: {
      objects or exceptions in depth and without risk.
    '';
    license = lib.licenses.lgpl21Plus;
    maintainers = with lib.maintainers; [ alexfmpe ];
    maintainers = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}
Loading