ocamlPackages.*: remove myself from maintainers (#490302)
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -33,6 +33,6 @@ buildDunePackage (finalAttrs: {
|
||||
objects or exceptions in depth and without risk.
|
||||
'';
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ alexfmpe ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,7 +31,6 @@ buildDunePackage {
|
||||
meta = macaddr.meta // {
|
||||
description = "Library for manipulation of IP (and MAC) address representations";
|
||||
maintainers = with lib.maintainers; [
|
||||
alexfmpe
|
||||
ericbmerritt
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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");
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user