diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6bd31cb1083d..43d53628fe8e 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/pkgs/applications/science/logic/hol_light/default.nix b/pkgs/applications/science/logic/hol_light/default.nix index 92c6456b3918..c8e9d1ee32f2 100644 --- a/pkgs/applications/science/logic/hol_light/default.nix +++ b/pkgs/applications/science/logic/hol_light/default.nix @@ -78,7 +78,6 @@ stdenv.mkDerivation { platforms = platforms.unix; maintainers = with maintainers; [ thoughtpolice - maggesi vbgl ]; }; diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix index cc7369fd0fbf..f6421fc64f78 100644 --- a/pkgs/applications/version-management/fossil/default.nix +++ b/pkgs/applications/version-management/fossil/default.nix @@ -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"; }; diff --git a/pkgs/by-name/fd/fdupes/package.nix b/pkgs/by-name/fd/fdupes/package.nix index 83e336b07d8f..cb11612c4dab 100644 --- a/pkgs/by-name/fd/fdupes/package.nix +++ b/pkgs/by-name/fd/fdupes/package.nix @@ -40,7 +40,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/adrianlopezroche/fdupes"; license = licenses.mit; platforms = platforms.all; - maintainers = [ maintainers.maggesi ]; mainProgram = "fdupes"; }; } diff --git a/pkgs/by-name/io/io/package.nix b/pkgs/by-name/io/io/package.nix index ee8a6c453c49..b7954a8ddaa4 100644 --- a/pkgs/by-name/io/io/package.nix +++ b/pkgs/by-name/io/io/package.nix @@ -115,7 +115,6 @@ stdenv.mkDerivation { license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ raskin - maggesi ]; platforms = [ "x86_64-linux" ]; }; diff --git a/pkgs/by-name/ya/yajl/package.nix b/pkgs/by-name/ya/yajl/package.nix index 936e1d9a6225..2d10ad86590c 100644 --- a/pkgs/by-name/ya/yajl/package.nix +++ b/pkgs/by-name/ya/yajl/package.nix @@ -41,6 +41,5 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.isc; pkgConfigModules = [ "yajl" ]; platforms = with lib.platforms; linux ++ darwin; - maintainers = with lib.maintainers; [ maggesi ]; }; }) diff --git a/pkgs/development/compilers/polyml/5.6.nix b/pkgs/development/compilers/polyml/5.6.nix index 02c8d79a2468..5b1d9f799738 100644 --- a/pkgs/development/compilers/polyml/5.6.nix +++ b/pkgs/development/compilers/polyml/5.6.nix @@ -50,7 +50,6 @@ stdenv.mkDerivation { platforms = with lib.platforms; linux; maintainers = [ # Add your name here! - lib.maintainers.maggesi ]; }; } diff --git a/pkgs/development/compilers/polyml/5.7.nix b/pkgs/development/compilers/polyml/5.7.nix index 40ef97ebd871..b9f280fbeac0 100644 --- a/pkgs/development/compilers/polyml/5.7.nix +++ b/pkgs/development/compilers/polyml/5.7.nix @@ -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; }; diff --git a/pkgs/development/compilers/polyml/default.nix b/pkgs/development/compilers/polyml/default.nix index c3c78d99990a..5443e865454d 100644 --- a/pkgs/development/compilers/polyml/default.nix +++ b/pkgs/development/compilers/polyml/default.nix @@ -59,7 +59,6 @@ stdenv.mkDerivation rec { license = licenses.lgpl21; platforms = with platforms; (linux ++ darwin); maintainers = with maintainers; [ - maggesi kovirobi ]; }; diff --git a/pkgs/development/ocaml-modules/batteries/default.nix b/pkgs/development/ocaml-modules/batteries/default.nix index c86ac0591a1b..707c855b4944 100644 --- a/pkgs/development/ocaml-modules/batteries/default.nix +++ b/pkgs/development/ocaml-modules/batteries/default.nix @@ -46,8 +46,5 @@ buildDunePackage (finalAttrs: { language. ''; license = lib.licenses.lgpl21Plus; - maintainers = [ - lib.maintainers.maggesi - ]; }; }) diff --git a/pkgs/development/ocaml-modules/camlzip/default.nix b/pkgs/development/ocaml-modules/camlzip/default.nix index 89913be9f02e..615be6448431 100644 --- a/pkgs/development/ocaml-modules/camlzip/default.nix +++ b/pkgs/development/ocaml-modules/camlzip/default.nix @@ -95,6 +95,5 @@ stdenv.mkDerivation { ocamlLgplLinkingException ]; inherit (ocaml.meta) platforms; - maintainers = with maintainers; [ maggesi ]; }; } diff --git a/pkgs/development/ocaml-modules/camomile/0.8.5.nix b/pkgs/development/ocaml-modules/camomile/0.8.5.nix index 430991dcad07..ebf33cec061d 100644 --- a/pkgs/development/ocaml-modules/camomile/0.8.5.nix +++ b/pkgs/development/ocaml-modules/camomile/0.8.5.nix @@ -39,8 +39,5 @@ stdenv.mkDerivation { description = "Comprehensive Unicode library for OCaml"; license = lib.licenses.lgpl21; inherit (ocaml.meta) platforms; - maintainers = [ - lib.maintainers.maggesi - ]; }; } diff --git a/pkgs/development/ocaml-modules/cryptgps/default.nix b/pkgs/development/ocaml-modules/cryptgps/default.nix index b69342f19add..0876f4d98707 100644 --- a/pkgs/development/ocaml-modules/cryptgps/default.nix +++ b/pkgs/development/ocaml-modules/cryptgps/default.nix @@ -41,8 +41,5 @@ else ''; license = lib.licenses.mit; inherit (ocaml.meta) platforms; - maintainers = [ - lib.maintainers.maggesi - ]; }; } diff --git a/pkgs/development/ocaml-modules/cryptokit/default.nix b/pkgs/development/ocaml-modules/cryptokit/default.nix index 1de4fd6c0fd9..33ec440fb5a2 100644 --- a/pkgs/development/ocaml-modules/cryptokit/default.nix +++ b/pkgs/development/ocaml-modules/cryptokit/default.nix @@ -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 - ]; }; } diff --git a/pkgs/development/ocaml-modules/lablgtk/default.nix b/pkgs/development/ocaml-modules/lablgtk/default.nix index c9a77e89ea9f..8116c368049a 100644 --- a/pkgs/development/ocaml-modules/lablgtk/default.nix +++ b/pkgs/development/ocaml-modules/lablgtk/default.nix @@ -86,7 +86,6 @@ stdenv.mkDerivation { homepage = "http://lablgtk.forge.ocamlcore.org/"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ - maggesi roconnor vbgl ]; diff --git a/pkgs/development/ocaml-modules/ocamlnet/default.nix b/pkgs/development/ocaml-modules/ocamlnet/default.nix index 72ecf9ada9cb..dbf4f3c5379a 100644 --- a/pkgs/development/ocaml-modules/ocamlnet/default.nix +++ b/pkgs/development/ocaml-modules/ocamlnet/default.nix @@ -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 - ]; }; } diff --git a/pkgs/development/ocaml-modules/pcre/default.nix b/pkgs/development/ocaml-modules/pcre/default.nix index ec1527ceb20d..cf0a68ef576a 100644 --- a/pkgs/development/ocaml-modules/pcre/default.nix +++ b/pkgs/development/ocaml-modules/pcre/default.nix @@ -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 ]; }; diff --git a/pkgs/development/ocaml-modules/react/default.nix b/pkgs/development/ocaml-modules/react/default.nix index a5cd1cb10f04..9ca397aafdd6 100644 --- a/pkgs/development/ocaml-modules/react/default.nix +++ b/pkgs/development/ocaml-modules/react/default.nix @@ -34,7 +34,6 @@ stdenv.mkDerivation rec { license = licenses.bsd3; inherit (ocaml.meta) platforms; maintainers = with maintainers; [ - maggesi vbmithr gal_bolle ]; diff --git a/pkgs/development/ocaml-modules/sqlite3/default.nix b/pkgs/development/ocaml-modules/sqlite3/default.nix index 4830a9e91607..8ab95ae39f76 100644 --- a/pkgs/development/ocaml-modules/sqlite3/default.nix +++ b/pkgs/development/ocaml-modules/sqlite3/default.nix @@ -29,7 +29,6 @@ buildDunePackage rec { description = "OCaml bindings to the SQLite 3 database access library"; license = licenses.mit; maintainers = with maintainers; [ - maggesi vbgl ]; }; diff --git a/pkgs/development/ocaml-modules/ssl/default.nix b/pkgs/development/ocaml-modules/ssl/default.nix index fc0a75ca140f..06fb4e2245c9 100644 --- a/pkgs/development/ocaml-modules/ssl/default.nix +++ b/pkgs/development/ocaml-modules/ssl/default.nix @@ -44,7 +44,6 @@ buildDunePackage rec { maintainers = with lib.maintainers; [ anmonteiro dandellion - maggesi ]; }; } diff --git a/pkgs/development/tools/ocaml/camlp5/default.nix b/pkgs/development/tools/ocaml/camlp5/default.nix index 4f6f0463e23f..49f70b69960a 100644 --- a/pkgs/development/tools/ocaml/camlp5/default.nix +++ b/pkgs/development/tools/ocaml/camlp5/default.nix @@ -98,7 +98,6 @@ else license = licenses.bsd3; platforms = ocaml.meta.platforms or [ ]; maintainers = with maintainers; [ - maggesi vbgl ]; }; diff --git a/pkgs/development/tools/ocaml/findlib/default.nix b/pkgs/development/tools/ocaml/findlib/default.nix index 4efd7cba37ee..160ac54df903 100644 --- a/pkgs/development/tools/ocaml/findlib/default.nix +++ b/pkgs/development/tools/ocaml/findlib/default.nix @@ -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"; diff --git a/pkgs/development/tools/ocaml/oasis/default.nix b/pkgs/development/tools/ocaml/oasis/default.nix index 38a11db77626..7443f35a023c 100644 --- a/pkgs/development/tools/ocaml/oasis/default.nix +++ b/pkgs/development/tools/ocaml/oasis/default.nix @@ -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; diff --git a/pkgs/development/tools/ocaml/ocamlify/default.nix b/pkgs/development/tools/ocaml/ocamlify/default.nix index 08a301080554..b5a8987f5663 100644 --- a/pkgs/development/tools/ocaml/ocamlify/default.nix +++ b/pkgs/development/tools/ocaml/ocamlify/default.nix @@ -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"; }; }) diff --git a/pkgs/development/tools/ocaml/ocamlmod/default.nix b/pkgs/development/tools/ocaml/ocamlmod/default.nix index 3f3f6bbe7f8b..f4b614db8db5 100644 --- a/pkgs/development/tools/ocaml/ocamlmod/default.nix +++ b/pkgs/development/tools/ocaml/ocamlmod/default.nix @@ -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"; }; }) diff --git a/pkgs/servers/openafs/1.8/default.nix b/pkgs/servers/openafs/1.8/default.nix index d5c5645e95bb..51e1981d509f 100644 --- a/pkgs/servers/openafs/1.8/default.nix +++ b/pkgs/servers/openafs/1.8/default.nix @@ -154,7 +154,6 @@ stdenv.mkDerivation { license = licenses.ipl10; platforms = platforms.linux; maintainers = [ - maintainers.maggesi maintainers.spacefrogg ]; }; diff --git a/pkgs/servers/openafs/1.8/module.nix b/pkgs/servers/openafs/1.8/module.nix index 93987d4d2023..566437fe7319 100644 --- a/pkgs/servers/openafs/1.8/module.nix +++ b/pkgs/servers/openafs/1.8/module.nix @@ -162,7 +162,6 @@ stdenv.mkDerivation { platforms = platforms.linux; maintainers = with maintainers; [ andersk - maggesi spacefrogg ]; broken = kernel.isHardened;