mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] maintainers: remove vbmithr (#536421)
This commit is contained in:
commit
5fe5c26037
4 changed files with 2 additions and 13 deletions
|
|
@ -28900,12 +28900,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";
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.bsd3;
|
||||
inherit (ocaml.meta) platforms;
|
||||
maintainers = with lib.maintainers; [
|
||||
vbmithr
|
||||
gal_bolle
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 [ ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue