maintainers: drop maggesi
Inactive since 2019/2020.
This commit is contained in:
@@ -15547,12 +15547,6 @@
|
||||
githubId = 1140462;
|
||||
name = "magenbluten";
|
||||
};
|
||||
maggesi = {
|
||||
email = "marco.maggesi@gmail.com";
|
||||
github = "maggesi";
|
||||
githubId = 1809783;
|
||||
name = "Marco Maggesi";
|
||||
};
|
||||
magicquark = {
|
||||
name = "magicquark";
|
||||
github = "magicquark";
|
||||
|
||||
@@ -78,7 +78,6 @@ stdenv.mkDerivation {
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
thoughtpolice
|
||||
maggesi
|
||||
vbgl
|
||||
];
|
||||
};
|
||||
|
||||
@@ -79,7 +79,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://www.fossil-scm.org/";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ maggesi ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "fossil";
|
||||
};
|
||||
|
||||
@@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/adrianlopezroche/fdupes";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.maggesi ];
|
||||
mainProgram = "fdupes";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -115,7 +115,6 @@ stdenv.mkDerivation {
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
maggesi
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
||||
@@ -41,6 +41,5 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.isc;
|
||||
pkgConfigModules = [ "yajl" ];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
maintainers = with lib.maintainers; [ maggesi ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -50,7 +50,6 @@ stdenv.mkDerivation {
|
||||
platforms = with lib.platforms; linux;
|
||||
maintainers = [
|
||||
# Add your name here!
|
||||
lib.maintainers.maggesi
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -61,7 +61,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.polyml.org/";
|
||||
license = licenses.lgpl21;
|
||||
platforms = with platforms; (linux ++ darwin);
|
||||
maintainers = with maintainers; [ maggesi ];
|
||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
|
||||
};
|
||||
|
||||
@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl21;
|
||||
platforms = with platforms; (linux ++ darwin);
|
||||
maintainers = with maintainers; [
|
||||
maggesi
|
||||
kovirobi
|
||||
];
|
||||
};
|
||||
|
||||
@@ -46,8 +46,5 @@ buildDunePackage (finalAttrs: {
|
||||
language.
|
||||
'';
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = [
|
||||
lib.maintainers.maggesi
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -95,6 +95,5 @@ stdenv.mkDerivation {
|
||||
ocamlLgplLinkingException
|
||||
];
|
||||
inherit (ocaml.meta) platforms;
|
||||
maintainers = with maintainers; [ maggesi ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,8 +39,5 @@ stdenv.mkDerivation {
|
||||
description = "Comprehensive Unicode library for OCaml";
|
||||
license = lib.licenses.lgpl21;
|
||||
inherit (ocaml.meta) platforms;
|
||||
maintainers = [
|
||||
lib.maintainers.maggesi
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,8 +41,5 @@ else
|
||||
'';
|
||||
license = lib.licenses.mit;
|
||||
inherit (ocaml.meta) platforms;
|
||||
maintainers = [
|
||||
lib.maintainers.maggesi
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,8 +38,5 @@ buildDunePackage rec {
|
||||
homepage = "http://pauillac.inria.fr/~xleroy/software.html";
|
||||
description = "Library of cryptographic primitives for OCaml";
|
||||
license = lib.licenses.lgpl2Only;
|
||||
maintainers = [
|
||||
lib.maintainers.maggesi
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -86,7 +86,6 @@ stdenv.mkDerivation {
|
||||
homepage = "http://lablgtk.forge.ocamlcore.org/";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [
|
||||
maggesi
|
||||
roconnor
|
||||
vbgl
|
||||
];
|
||||
|
||||
@@ -70,8 +70,5 @@ lib.throwIf (lib.versionOlder ocaml.version "4.02" || lib.versionAtLeast ocaml.v
|
||||
description = "Library implementing Internet protocols (http, cgi, email, etc.) for OCaml";
|
||||
license = "Most Ocamlnet modules are released under the zlib/png license. The HTTP server module Nethttpd is, however, under the GPL.";
|
||||
inherit (ocaml.meta) platforms;
|
||||
maintainers = [
|
||||
lib.maintainers.maggesi
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,7 +28,6 @@ buildDunePackage rec {
|
||||
description = "Efficient C-library for pattern matching with Perl-style regular expressions in OCaml";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [
|
||||
maggesi
|
||||
vbmithr
|
||||
];
|
||||
};
|
||||
|
||||
@@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
inherit (ocaml.meta) platforms;
|
||||
maintainers = with maintainers; [
|
||||
maggesi
|
||||
vbmithr
|
||||
gal_bolle
|
||||
];
|
||||
|
||||
@@ -29,7 +29,6 @@ buildDunePackage rec {
|
||||
description = "OCaml bindings to the SQLite 3 database access library";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
maggesi
|
||||
vbgl
|
||||
];
|
||||
};
|
||||
|
||||
@@ -44,7 +44,6 @@ buildDunePackage rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
anmonteiro
|
||||
dandellion
|
||||
maggesi
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -98,7 +98,6 @@ else
|
||||
license = licenses.bsd3;
|
||||
platforms = ocaml.meta.platforms or [ ];
|
||||
maintainers = with maintainers; [
|
||||
maggesi
|
||||
vbgl
|
||||
];
|
||||
};
|
||||
|
||||
@@ -91,7 +91,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://projects.camlcity.org/projects/findlib.html";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
maggesi
|
||||
vbmithr
|
||||
];
|
||||
mainProgram = "ocamlfind";
|
||||
|
||||
@@ -57,7 +57,6 @@ lib.throwIf (lib.versionAtLeast ocaml.version "5.0") "oasis is not available for
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [
|
||||
vbgl
|
||||
maggesi
|
||||
];
|
||||
mainProgram = "oasis";
|
||||
inherit (ocaml.meta) platforms;
|
||||
|
||||
@@ -25,9 +25,6 @@ buildDunePackage (finalAttrs: {
|
||||
homepage = "https://github.com/gildor478/ocamlify";
|
||||
description = "Include files in OCaml code";
|
||||
license = lib.licenses.lgpl21;
|
||||
maintainers = with lib.maintainers; [
|
||||
maggesi
|
||||
];
|
||||
mainProgram = "ocamlify";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -25,9 +25,6 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://github.com/gildor478/ocamlmod";
|
||||
description = "Generate OCaml modules from source files";
|
||||
maintainers = with lib.maintainers; [
|
||||
maggesi
|
||||
];
|
||||
mainProgram = "ocamlmod";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -154,7 +154,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.ipl10;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [
|
||||
maintainers.maggesi
|
||||
maintainers.spacefrogg
|
||||
];
|
||||
};
|
||||
|
||||
@@ -162,7 +162,6 @@ stdenv.mkDerivation {
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
andersk
|
||||
maggesi
|
||||
spacefrogg
|
||||
];
|
||||
broken = kernel.isHardened;
|
||||
|
||||
Reference in New Issue
Block a user