diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6e14fcaecc49..d8523ecf7fef 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -8474,12 +8474,6 @@ githubId = 34658064; name = "Grace Dinh"; }; - gebner = { - email = "gebner@gebner.org"; - github = "gebner"; - githubId = 313929; - name = "Gabriel Ebner"; - }; geluk = { email = "johan+nix@geluk.io"; github = "geluk"; diff --git a/pkgs/applications/audio/abcde/default.nix b/pkgs/applications/audio/abcde/default.nix index eaf724b68757..174ac42258b8 100644 --- a/pkgs/applications/audio/abcde/default.nix +++ b/pkgs/applications/audio/abcde/default.nix @@ -48,7 +48,7 @@ in meta = with lib; { homepage = "http://abcde.einval.com/wiki/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; description = "Command-line audio CD ripper"; longDescription = '' abcde is a front-end command-line utility (actually, a shell diff --git a/pkgs/applications/graphics/openscad/default.nix b/pkgs/applications/graphics/openscad/default.nix index 008b83ecd099..6bac0594b028 100644 --- a/pkgs/applications/graphics/openscad/default.nix +++ b/pkgs/applications/graphics/openscad/default.nix @@ -178,7 +178,6 @@ mkDerivation rec { maintainers = with lib.maintainers; [ bjornfor raskin - gebner ]; mainProgram = "openscad"; }; diff --git a/pkgs/applications/misc/coolreader/default.nix b/pkgs/applications/misc/coolreader/default.nix index 6433e0079923..b6356a6e3ff1 100644 --- a/pkgs/applications/misc/coolreader/default.nix +++ b/pkgs/applications/misc/coolreader/default.nix @@ -38,7 +38,7 @@ mkDerivation rec { description = "Cross platform open source e-book reader"; mainProgram = "cr3"; license = licenses.gpl2Plus; # see https://github.com/buggins/coolreader/issues/80 - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.all; }; } diff --git a/pkgs/applications/misc/cura/default.nix b/pkgs/applications/misc/cura/default.nix index 1c512fec699f..88f3579753c2 100644 --- a/pkgs/applications/misc/cura/default.nix +++ b/pkgs/applications/misc/cura/default.nix @@ -91,7 +91,6 @@ mkDerivation rec { platforms = platforms.linux; maintainers = with maintainers; [ abbradar - gebner ]; }; } diff --git a/pkgs/applications/misc/cura/plugins.nix b/pkgs/applications/misc/cura/plugins.nix index b80111e216db..0b6ebae802a3 100644 --- a/pkgs/applications/misc/cura/plugins.nix +++ b/pkgs/applications/misc/cura/plugins.nix @@ -35,7 +35,7 @@ let description = "Enables printing directly to OctoPrint and monitoring the process"; homepage = "https://github.com/fieldOfView/Cura-OctoPrintPlugin"; license = licenses.agpl3Plus; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; }; @@ -74,7 +74,7 @@ let description = "Cura plugin for HID mice such as 3Dconnexion spacemouse"; homepage = "https://github.com/smartavionics/RawMouse"; license = licenses.agpl3Plus; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; }; diff --git a/pkgs/applications/misc/curaengine/default.nix b/pkgs/applications/misc/curaengine/default.nix index 428865935e2d..20a0359c6ebd 100644 --- a/pkgs/applications/misc/curaengine/default.nix +++ b/pkgs/applications/misc/curaengine/default.nix @@ -45,7 +45,6 @@ stdenv.mkDerivation rec { platforms = platforms.linux; maintainers = with maintainers; [ abbradar - gebner ]; mainProgram = "CuraEngine"; }; diff --git a/pkgs/applications/misc/goldendict/default.nix b/pkgs/applications/misc/goldendict/default.nix index f8383b4d0d00..3a75f783aa51 100644 --- a/pkgs/applications/misc/goldendict/default.nix +++ b/pkgs/applications/misc/goldendict/default.nix @@ -110,7 +110,6 @@ stdenv.mkDerivation rec { platforms = with platforms; linux ++ darwin; mainProgram = "goldendict"; maintainers = with maintainers; [ - gebner astsmtl sikmir ]; diff --git a/pkgs/applications/networking/browsers/elinks/default.nix b/pkgs/applications/networking/browsers/elinks/default.nix index 4e8e7fc9b472..7bececfc29de 100644 --- a/pkgs/applications/networking/browsers/elinks/default.nix +++ b/pkgs/applications/networking/browsers/elinks/default.nix @@ -96,7 +96,6 @@ stdenv.mkDerivation rec { platforms = with platforms; linux ++ darwin; maintainers = with maintainers; [ iblech - gebner ]; }; } diff --git a/pkgs/applications/office/jabref/default.nix b/pkgs/applications/office/jabref/default.nix index 5b5d63fb5909..f5c58890e6d0 100644 --- a/pkgs/applications/office/jabref/default.nix +++ b/pkgs/applications/office/jabref/default.nix @@ -143,7 +143,6 @@ stdenv.mkDerivation rec { "aarch64-linux" ]; maintainers = with maintainers; [ - gebner linsui ]; }; diff --git a/pkgs/applications/science/logic/eprover/default.nix b/pkgs/applications/science/logic/eprover/default.nix index ffae8cc79e0f..02ab02728be5 100644 --- a/pkgs/applications/science/logic/eprover/default.nix +++ b/pkgs/applications/science/logic/eprover/default.nix @@ -35,7 +35,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2; maintainers = with maintainers; [ raskin - gebner ]; platforms = platforms.all; }; diff --git a/pkgs/applications/science/logic/glucose/default.nix b/pkgs/applications/science/logic/glucose/default.nix index 69f5f24f229e..4672bfc84809 100644 --- a/pkgs/applications/science/logic/glucose/default.nix +++ b/pkgs/applications/science/logic/glucose/default.nix @@ -47,6 +47,6 @@ stdenv.mkDerivation rec { homepage = "https://www.labri.fr/perso/lsimon/research/glucose/"; license = if enableUnfree then licenses.unfreeRedistributable else licenses.mit; platforms = platforms.unix; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/applications/science/logic/vampire/default.nix b/pkgs/applications/science/logic/vampire/default.nix index 65ec0b8d9721..407845e38d09 100644 --- a/pkgs/applications/science/logic/vampire/default.nix +++ b/pkgs/applications/science/logic/vampire/default.nix @@ -64,6 +64,6 @@ stdenv.mkDerivation rec { mainProgram = "vampire"; platforms = platforms.unix; license = licenses.bsd3; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/applications/science/logic/verit/default.nix b/pkgs/applications/science/logic/verit/default.nix index fa4cfef4e53e..df1dc578fc78 100644 --- a/pkgs/applications/science/logic/verit/default.nix +++ b/pkgs/applications/science/logic/verit/default.nix @@ -38,6 +38,6 @@ stdenv.mkDerivation { homepage = "https://verit.loria.fr/"; license = licenses.bsd3; platforms = platforms.unix; - maintainers = [ maintainers.gebner ]; + maintainers = [ ]; }; } diff --git a/pkgs/applications/science/math/speedcrunch/default.nix b/pkgs/applications/science/math/speedcrunch/default.nix index e2c7760d7a62..566c3a833943 100644 --- a/pkgs/applications/science/math/speedcrunch/default.nix +++ b/pkgs/applications/science/math/speedcrunch/default.nix @@ -42,7 +42,6 @@ mkDerivation rec { full keyboard-friendly and more than 15 built-in math function. ''; maintainers = with maintainers; [ - gebner j0hax ]; inherit (qtbase.meta) platforms; diff --git a/pkgs/by-name/as/aspino/package.nix b/pkgs/by-name/as/aspino/package.nix index 0352bfe6aba5..705964d25c60 100644 --- a/pkgs/by-name/as/aspino/package.nix +++ b/pkgs/by-name/as/aspino/package.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation { meta = with lib; { description = "SAT/PseudoBoolean/MaxSat/ASP solver using glucose"; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.unix; license = licenses.asl20; homepage = "https://alviano.net/software/maxino/"; diff --git a/pkgs/by-name/au/automaticcomponenttoolkit/package.nix b/pkgs/by-name/au/automaticcomponenttoolkit/package.nix index b113f2288063..579c2faa0707 100644 --- a/pkgs/by-name/au/automaticcomponenttoolkit/package.nix +++ b/pkgs/by-name/au/automaticcomponenttoolkit/package.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { mainProgram = "act"; homepage = "https://github.com/Autodesk/AutomaticComponentToolkit"; license = licenses.bsd2; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/ca/calculix-ccx/package.nix b/pkgs/by-name/ca/calculix-ccx/package.nix index 9afb29e17e42..4d59d0d99524 100644 --- a/pkgs/by-name/ca/calculix-ccx/package.nix +++ b/pkgs/by-name/ca/calculix-ccx/package.nix @@ -55,7 +55,7 @@ stdenv.mkDerivation rec { description = "Three-dimensional structural finite element program"; mainProgram = "ccx"; license = lib.licenses.gpl2Plus; - maintainers = with lib.maintainers; [ gebner ]; + maintainers = with lib.maintainers; [ ]; platforms = lib.platforms.unix; }; } diff --git a/pkgs/by-name/co/coin3d/package.nix b/pkgs/by-name/co/coin3d/package.nix index 7b23954b762f..7246e32fecc8 100644 --- a/pkgs/by-name/co/coin3d/package.nix +++ b/pkgs/by-name/co/coin3d/package.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: { description = "High-level, retained-mode toolkit for effective 3D graphics development"; mainProgram = "coin-config"; license = licenses.bsd3; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux ++ platforms.darwin; }; }) diff --git a/pkgs/by-name/cv/cvc4/package.nix b/pkgs/by-name/cv/cvc4/package.nix index 9cd516c7aa8b..62fc9a50e06f 100644 --- a/pkgs/by-name/cv/cvc4/package.nix +++ b/pkgs/by-name/cv/cvc4/package.nix @@ -74,7 +74,6 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ vbgl thoughtpolice - gebner ]; }; } diff --git a/pkgs/by-name/el/elan/package.nix b/pkgs/by-name/el/elan/package.nix index 27932b5efd89..db820df47826 100644 --- a/pkgs/by-name/el/elan/package.nix +++ b/pkgs/by-name/el/elan/package.nix @@ -89,7 +89,7 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; mainProgram = "elan"; }; } diff --git a/pkgs/by-name/fr/freecad/package.nix b/pkgs/by-name/fr/freecad/package.nix index f840898d4804..b49ce1dc51a6 100644 --- a/pkgs/by-name/fr/freecad/package.nix +++ b/pkgs/by-name/fr/freecad/package.nix @@ -202,7 +202,7 @@ freecad-utils.makeCustomizable (stdenv.mkDerivation (finalAttrs: { right at home with FreeCAD. ''; license = lib.licenses.lgpl2Plus; - maintainers = with lib.maintainers; [ gebner srounce ]; + maintainers = with lib.maintainers; [ srounce ]; platforms = lib.platforms.linux; }; })) diff --git a/pkgs/by-name/ip/ipaexfont/package.nix b/pkgs/by-name/ip/ipaexfont/package.nix index e2af2c9906bc..a4988a7156b2 100644 --- a/pkgs/by-name/ip/ipaexfont/package.nix +++ b/pkgs/by-name/ip/ipaexfont/package.nix @@ -32,6 +32,6 @@ stdenvNoCC.mkDerivation { ''; homepage = "https://moji.or.jp/ipafont/"; license = licenses.ipa; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/by-name/ip/iprover/package.nix b/pkgs/by-name/ip/iprover/package.nix index afcbae040bcc..8ea0e36a7588 100644 --- a/pkgs/by-name/ip/iprover/package.nix +++ b/pkgs/by-name/ip/iprover/package.nix @@ -60,7 +60,6 @@ stdenv.mkDerivation rec { homepage = "http://www.cs.man.ac.uk/~korovink/iprover/"; maintainers = with maintainers; [ raskin - gebner ]; platforms = platforms.linux; license = licenses.gpl3; diff --git a/pkgs/by-name/kh/khal/package.nix b/pkgs/by-name/kh/khal/package.nix index 18f574d8da2a..ffc0c69aeb52 100644 --- a/pkgs/by-name/kh/khal/package.nix +++ b/pkgs/by-name/kh/khal/package.nix @@ -120,6 +120,6 @@ python.pkgs.buildPythonApplication rec { homepage = "https://lostpackets.de/khal/"; changelog = "https://github.com/pimutils/khal/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ gebner ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/by-name/le/lean/package.nix b/pkgs/by-name/le/lean/package.nix index d8248af1b409..3fea79131f4f 100644 --- a/pkgs/by-name/le/lean/package.nix +++ b/pkgs/by-name/le/lean/package.nix @@ -65,7 +65,6 @@ stdenv.mkDerivation rec { platforms = platforms.unix; maintainers = with maintainers; [ thoughtpolice - gebner ]; }; } diff --git a/pkgs/by-name/le/lean2/package.nix b/pkgs/by-name/le/lean2/package.nix index f4378b1620cc..f644176134f7 100644 --- a/pkgs/by-name/le/lean2/package.nix +++ b/pkgs/by-name/le/lean2/package.nix @@ -61,7 +61,6 @@ stdenv.mkDerivation { platforms = platforms.unix; maintainers = with maintainers; [ thoughtpolice - gebner ]; broken = stdenv.hostPlatform.isAarch64; mainProgram = "lean"; diff --git a/pkgs/by-name/li/lib3mf/package.nix b/pkgs/by-name/li/lib3mf/package.nix index c332654c2b15..59ebcc28649f 100644 --- a/pkgs/by-name/li/lib3mf/package.nix +++ b/pkgs/by-name/li/lib3mf/package.nix @@ -83,7 +83,7 @@ stdenv.mkDerivation rec { description = "Reference implementation of the 3D Manufacturing Format file standard"; homepage = "https://3mf.io/"; license = licenses.bsd2; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/li/libde265/package.nix b/pkgs/by-name/li/libde265/package.nix index 1184f2770dfb..13842a96aca6 100644 --- a/pkgs/by-name/li/libde265/package.nix +++ b/pkgs/by-name/li/libde265/package.nix @@ -47,6 +47,6 @@ stdenv.mkDerivation (finalAttrs: rec { mainProgram = "dec265"; license = lib.licenses.lgpl3; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ gebner ]; + maintainers = with lib.maintainers; [ ]; }; }) diff --git a/pkgs/by-name/li/libeb/package.nix b/pkgs/by-name/li/libeb/package.nix index b1d23e0f7a9d..0c6f380bfd45 100644 --- a/pkgs/by-name/li/libeb/package.nix +++ b/pkgs/by-name/li/libeb/package.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { the EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats. ''; license = licenses.bsd3; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = with platforms; unix; }; } diff --git a/pkgs/by-name/li/libheif/package.nix b/pkgs/by-name/li/libheif/package.nix index 1b9c0c0768c3..025a53141572 100644 --- a/pkgs/by-name/li/libheif/package.nix +++ b/pkgs/by-name/li/libheif/package.nix @@ -69,6 +69,6 @@ stdenv.mkDerivation rec { description = "ISO/IEC 23008-12:2017 HEIF image file format decoder and encoder"; license = lib.licenses.lgpl3Plus; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ gebner ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/by-name/li/libqalculate/package.nix b/pkgs/by-name/li/libqalculate/package.nix index 19b01b172e9e..95edb8e19d5a 100644 --- a/pkgs/by-name/li/libqalculate/package.nix +++ b/pkgs/by-name/li/libqalculate/package.nix @@ -83,7 +83,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://qalculate.github.io"; license = licenses.gpl2Plus; maintainers = with maintainers; [ - gebner doronbehar alyaeanyx ]; diff --git a/pkgs/by-name/ma/marlin-calc/package.nix b/pkgs/by-name/ma/marlin-calc/package.nix index 7ad05f082d0c..6573acea72ca 100644 --- a/pkgs/by-name/ma/marlin-calc/package.nix +++ b/pkgs/by-name/ma/marlin-calc/package.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation { homepage = "https://github.com/eyal0/Marlin"; description = "Marlin 3D printer timing simulator"; license = licenses.gpl3; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.unix; broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/marlin-calc.x86_64-darwin mainProgram = "marlin-calc"; diff --git a/pkgs/by-name/me/metis-prover/package.nix b/pkgs/by-name/me/metis-prover/package.nix index a3062131c95f..2333798257a7 100644 --- a/pkgs/by-name/me/metis-prover/package.nix +++ b/pkgs/by-name/me/metis-prover/package.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation { mainProgram = "metis"; homepage = "https://www.gilith.com/research/metis/"; license = licenses.mit; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/mi/minisat/package.nix b/pkgs/by-name/mi/minisat/package.nix index 67f66159c19a..112a73e1df42 100644 --- a/pkgs/by-name/mi/minisat/package.nix +++ b/pkgs/by-name/mi/minisat/package.nix @@ -23,7 +23,6 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Compact and readable SAT solver"; maintainers = with maintainers; [ - gebner raskin ]; platforms = platforms.unix; diff --git a/pkgs/by-name/mi/minizip-ng/package.nix b/pkgs/by-name/mi/minizip-ng/package.nix index 01526a979245..e585035af33f 100644 --- a/pkgs/by-name/mi/minizip-ng/package.nix +++ b/pkgs/by-name/mi/minizip-ng/package.nix @@ -71,7 +71,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/zlib-ng/minizip-ng"; license = licenses.zlib; maintainers = with maintainers; [ - gebner ris ]; platforms = platforms.unix; diff --git a/pkgs/by-name/mj/mjpg-streamer/package.nix b/pkgs/by-name/mj/mjpg-streamer/package.nix index 58af533b2450..813636ec747f 100644 --- a/pkgs/by-name/mj/mjpg-streamer/package.nix +++ b/pkgs/by-name/mj/mjpg-streamer/package.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation { description = "Takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software"; platforms = platforms.linux; license = licenses.gpl2; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; mainProgram = "mjpg_streamer"; }; } diff --git a/pkgs/by-name/mo/mozc/package.nix b/pkgs/by-name/mo/mozc/package.nix index f32de2fd5f62..c3a13ad557a1 100644 --- a/pkgs/by-name/mo/mozc/package.nix +++ b/pkgs/by-name/mo/mozc/package.nix @@ -106,7 +106,6 @@ buildBazelPackage rec { license = licenses.free; platforms = platforms.linux; maintainers = with maintainers; [ - gebner ericsagnes pineapplehunter ]; diff --git a/pkgs/by-name/oc/octoprint/package.nix b/pkgs/by-name/oc/octoprint/package.nix index 8a104c145986..3085de0f0c64 100644 --- a/pkgs/by-name/oc/octoprint/package.nix +++ b/pkgs/by-name/oc/octoprint/package.nix @@ -268,7 +268,6 @@ let license = licenses.agpl3Only; maintainers = with maintainers; [ abbradar - gebner WhittlesJr gador ]; diff --git a/pkgs/by-name/oc/octoprint/plugins.nix b/pkgs/by-name/oc/octoprint/plugins.nix index feae836d56bb..8eb54daceef5 100644 --- a/pkgs/by-name/oc/octoprint/plugins.nix +++ b/pkgs/by-name/oc/octoprint/plugins.nix @@ -111,7 +111,7 @@ in description = "Plugin for slicing via Cura Legacy from within OctoPrint"; homepage = "https://github.com/OctoPrint/OctoPrint-CuraEngineLegacy"; license = licenses.agpl3Only; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; }; @@ -384,7 +384,7 @@ in description = "Better print time estimation for OctoPrint"; homepage = "https://github.com/eyal0/OctoPrint-PrintTimeGenius"; license = licenses.agpl3Only; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; }; @@ -433,7 +433,7 @@ in description = "OctoPrint plugin to control ATX/AUX power supply"; homepage = "https://github.com/kantlivelong/OctoPrint-PSUControl"; license = licenses.agpl3Only; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; }; @@ -589,7 +589,7 @@ in description = "Touch friendly interface for a small TFT module or phone for OctoPrint"; homepage = "https://github.com/BillyBlaze/OctoPrint-TouchUI"; license = licenses.agpl3Only; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; }; diff --git a/pkgs/by-name/op/open-wbo/package.nix b/pkgs/by-name/op/open-wbo/package.nix index 0776d66a8ae2..207aa80669b9 100644 --- a/pkgs/by-name/op/open-wbo/package.nix +++ b/pkgs/by-name/op/open-wbo/package.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation { broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64); description = "State-of-the-art MaxSAT and Pseudo-Boolean solver"; mainProgram = "open-wbo"; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.unix; license = licenses.mit; homepage = "http://sat.inesc-id.pt/open-wbo/"; diff --git a/pkgs/by-name/op/opencascade-occt/package.nix b/pkgs/by-name/op/opencascade-occt/package.nix index 3d9c247b75ea..eca0384fcae2 100644 --- a/pkgs/by-name/op/opencascade-occt/package.nix +++ b/pkgs/by-name/op/opencascade-occt/package.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { license = licenses.lgpl21; # essentially... # The special exception defined in the file OCCT_LGPL_EXCEPTION.txt # are basically about making the license a little less share-alike. - maintainers = with maintainers; [ amiloradovsky gebner ]; + maintainers = with maintainers; [ amiloradovsky ]; platforms = platforms.all; }; diff --git a/pkgs/by-name/pr/procmail/package.nix b/pkgs/by-name/pr/procmail/package.nix index dfb4bdb5a895..f5e2f75bbacd 100644 --- a/pkgs/by-name/pr/procmail/package.nix +++ b/pkgs/by-name/pr/procmail/package.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/BuGlessRB/procmail/"; license = licenses.gpl2; platforms = platforms.unix; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/by-name/pu/pubs/package.nix b/pkgs/by-name/pu/pubs/package.nix index 2f7eda0993e4..6f8772f2ac72 100644 --- a/pkgs/by-name/pu/pubs/package.nix +++ b/pkgs/by-name/pu/pubs/package.nix @@ -78,7 +78,6 @@ python3.pkgs.buildPythonApplication rec { changelog = "https://github.com/pubs/pubs/blob/v${version}/changelog.md"; license = licenses.lgpl3Only; maintainers = with maintainers; [ - gebner dotlambda ]; }; diff --git a/pkgs/by-name/qa/qalculate-gtk/package.nix b/pkgs/by-name/qa/qalculate-gtk/package.nix index 2b48dc98ad3b..81c61d202fa7 100644 --- a/pkgs/by-name/qa/qalculate-gtk/package.nix +++ b/pkgs/by-name/qa/qalculate-gtk/package.nix @@ -42,7 +42,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Ultimate desktop calculator"; homepage = "http://qalculate.github.io"; maintainers = with maintainers; [ - gebner doronbehar alyaeanyx aleksana diff --git a/pkgs/by-name/si/simp_le/package.nix b/pkgs/by-name/si/simp_le/package.nix index 8f033edba1c0..a54696a445cb 100644 --- a/pkgs/by-name/si/simp_le/package.nix +++ b/pkgs/by-name/si/simp_le/package.nix @@ -72,7 +72,6 @@ python.pkgs.buildPythonApplication rec { description = "Simple Let's Encrypt client"; license = licenses.gpl3; maintainers = with maintainers; [ - gebner makefu ]; platforms = platforms.linux; diff --git a/pkgs/by-name/sp/spnavcfg/package.nix b/pkgs/by-name/sp/spnavcfg/package.nix index c89f590b2901..7c431a6a6ea1 100644 --- a/pkgs/by-name/sp/spnavcfg/package.nix +++ b/pkgs/by-name/sp/spnavcfg/package.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Interactive configuration GUI for space navigator input devices"; license = licenses.gpl3Plus; platforms = platforms.unix; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; mainProgram = "spnavcfg"; }; }) diff --git a/pkgs/by-name/sp/spooles/package.nix b/pkgs/by-name/sp/spooles/package.nix index c2d895e5e9fc..63fe320d1c47 100644 --- a/pkgs/by-name/sp/spooles/package.nix +++ b/pkgs/by-name/sp/spooles/package.nix @@ -55,7 +55,7 @@ stdenv.mkDerivation rec { homepage = "http://www.netlib.org/linalg/spooles/"; description = "Library for solving sparse real and complex linear systems of equations"; license = licenses.publicDomain; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/te/tegaki-zinnia-japanese/package.nix b/pkgs/by-name/te/tegaki-zinnia-japanese/package.nix index ab4a8ef28c9e..5d31375643a1 100644 --- a/pkgs/by-name/te/tegaki-zinnia-japanese/package.nix +++ b/pkgs/by-name/te/tegaki-zinnia-japanese/package.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation { homepage = "http://tegaki.org/"; license = licenses.lgpl21; platforms = platforms.unix; - maintainers = [ maintainers.gebner ]; + maintainers = [ ]; }; nativeBuildInputs = [ unzip ]; diff --git a/pkgs/by-name/tp/tptp/package.nix b/pkgs/by-name/tp/tptp/package.nix index a9b89c21362d..0c6d68d44cdd 100644 --- a/pkgs/by-name/tp/tptp/package.nix +++ b/pkgs/by-name/tp/tptp/package.nix @@ -52,7 +52,6 @@ stdenv.mkDerivation rec { description = "Thousands of problems for theorem provers and tools"; maintainers = with maintainers; [ raskin - gebner ]; # 6.3 GiB of data. Installation is unpacking and editing a few files. # No sense in letting Hydra build it. diff --git a/pkgs/by-name/ui/uivonim/package.nix b/pkgs/by-name/ui/uivonim/package.nix index bb21fb1f45f8..e0ab2a1f8d18 100644 --- a/pkgs/by-name/ui/uivonim/package.nix +++ b/pkgs/by-name/ui/uivonim/package.nix @@ -37,7 +37,7 @@ buildNpmPackage rec { meta = with lib; { homepage = "https://github.com/smolck/uivonim"; description = "Cross-platform GUI for neovim based on electron"; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.unix; license = licenses.agpl3Only; mainProgram = "uivonim"; diff --git a/pkgs/by-name/vi/vieb/package.nix b/pkgs/by-name/vi/vieb/package.nix index a2b7fa1d6bd9..af64d403dcb6 100644 --- a/pkgs/by-name/vi/vieb/package.nix +++ b/pkgs/by-name/vi/vieb/package.nix @@ -71,7 +71,6 @@ buildNpmPackage rec { description = "Vim Inspired Electron Browser"; mainProgram = "vieb"; maintainers = with maintainers; [ - gebner tejing ]; platforms = platforms.unix; diff --git a/pkgs/by-name/zi/zinnia/package.nix b/pkgs/by-name/zi/zinnia/package.nix index 1b15281e52a8..517902833644 100644 --- a/pkgs/by-name/zi/zinnia/package.nix +++ b/pkgs/by-name/zi/zinnia/package.nix @@ -24,6 +24,6 @@ stdenv.mkDerivation { homepage = "http://taku910.github.io/zinnia/"; license = licenses.bsd2; platforms = platforms.unix; - maintainers = [ maintainers.gebner ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/compilers/fstar/default.nix b/pkgs/development/compilers/fstar/default.nix index 3d738444f533..0dd7a1819fa9 100644 --- a/pkgs/development/compilers/fstar/default.nix +++ b/pkgs/development/compilers/fstar/default.nix @@ -84,9 +84,7 @@ stdenv.mkDerivation { homepage = "https://www.fstar-lang.org"; changelog = "https://github.com/FStarLang/FStar/raw/v${version}/CHANGES.md"; license = licenses.asl20; - maintainers = with maintainers; [ - gebner - ]; + maintainers = with maintainers; [ ]; mainProgram = "fstar.exe"; platforms = with platforms; darwin ++ linux; }; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 50a0aa0110ea..ca6bc64f2eaf 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -279,8 +279,6 @@ package-maintainers: - total - turtle - typed-spreadsheet - gebner: - - wstunnel gridaphobe: - located-base iblech: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 09d46c1033ca..cad9591b2195 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -340038,7 +340038,7 @@ self: { license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; mainProgram = "wstunnel"; - maintainers = [ lib.maintainers.gebner ]; + maintainers = [ ]; }) {}; "wtk" = callPackage diff --git a/pkgs/development/libraries/embree/default.nix b/pkgs/development/libraries/embree/default.nix index 03f2a348f11d..ace060f54d07 100644 --- a/pkgs/development/libraries/embree/default.nix +++ b/pkgs/development/libraries/embree/default.nix @@ -62,7 +62,6 @@ stdenv.mkDerivation rec { homepage = "https://embree.github.io/"; maintainers = with maintainers; [ hodapp - gebner ]; license = licenses.asl20; platforms = platforms.unix; diff --git a/pkgs/development/libraries/soqt/default.nix b/pkgs/development/libraries/soqt/default.nix index 151025b4d879..9f2fff51c5f0 100644 --- a/pkgs/development/libraries/soqt/default.nix +++ b/pkgs/development/libraries/soqt/default.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/coin3d/soqt"; license = licenses.bsd3; description = "Glue between Coin high-level 3D visualization library and Qt"; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/ocaml-modules/stdint/default.nix b/pkgs/development/ocaml-modules/stdint/default.nix index f46962044092..550523b369e2 100644 --- a/pkgs/development/ocaml-modules/stdint/default.nix +++ b/pkgs/development/ocaml-modules/stdint/default.nix @@ -38,6 +38,6 @@ buildDunePackage rec { description = "Various signed and unsigned integers for OCaml"; homepage = "https://github.com/andrenth/ocaml-stdint"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.gebner ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/cachelib/default.nix b/pkgs/development/python-modules/cachelib/default.nix index b6654294e69a..ca68a3401d2c 100644 --- a/pkgs/development/python-modules/cachelib/default.nix +++ b/pkgs/development/python-modules/cachelib/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { homepage = "https://github.com/pallets/cachelib"; description = "Collection of cache libraries in the same API interface"; license = licenses.bsd3; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/libarcus/default.nix b/pkgs/development/python-modules/libarcus/default.nix index ce56a19501cc..cf13ca12e3e2 100644 --- a/pkgs/development/python-modules/libarcus/default.nix +++ b/pkgs/development/python-modules/libarcus/default.nix @@ -46,7 +46,6 @@ buildPythonPackage rec { platforms = platforms.linux; maintainers = with maintainers; [ abbradar - gebner ]; }; } diff --git a/pkgs/development/python-modules/libsavitar/default.nix b/pkgs/development/python-modules/libsavitar/default.nix index 5bb60e58ac86..da39e67f5225 100644 --- a/pkgs/development/python-modules/libsavitar/default.nix +++ b/pkgs/development/python-modules/libsavitar/default.nix @@ -38,7 +38,6 @@ buildPythonPackage rec { maintainers = with maintainers; [ abbradar orivej - gebner ]; }; } diff --git a/pkgs/development/python-modules/mathlibtools/default.nix b/pkgs/development/python-modules/mathlibtools/default.nix index 0253ac6d7497..d219d6aa9e09 100644 --- a/pkgs/development/python-modules/mathlibtools/default.nix +++ b/pkgs/development/python-modules/mathlibtools/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { homepage = "https://github.com/leanprover-community/mathlib-tools"; changelog = "https://github.com/leanprover-community/mathlib-tools/raw/v${version}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/piccata/default.nix b/pkgs/development/python-modules/piccata/default.nix index edbc5c1e0dfa..c4e179c2d953 100644 --- a/pkgs/development/python-modules/piccata/default.nix +++ b/pkgs/development/python-modules/piccata/default.nix @@ -33,6 +33,6 @@ buildPythonPackage rec { description = "Simple CoAP (RFC7252) toolkit"; homepage = "https://github.com/NordicSemiconductor/piccata"; license = licenses.mit; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pivy/default.nix b/pkgs/development/python-modules/pivy/default.nix index 57c813b3c415..ab3297a2cdcb 100644 --- a/pkgs/development/python-modules/pivy/default.nix +++ b/pkgs/development/python-modules/pivy/default.nix @@ -69,6 +69,6 @@ buildPythonPackage rec { homepage = "https://github.com/coin3d/pivy/"; description = "Python binding for Coin"; license = licenses.bsd0; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pure-eval/default.nix b/pkgs/development/python-modules/pure-eval/default.nix index e9c48fe6c51d..926cb058cec8 100644 --- a/pkgs/development/python-modules/pure-eval/default.nix +++ b/pkgs/development/python-modules/pure-eval/default.nix @@ -34,6 +34,6 @@ buildPythonPackage rec { description = "Safely evaluate AST nodes without side effects"; homepage = "https://github.com/alexmojaki/pure_eval"; license = licenses.mit; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pyfakefs/default.nix b/pkgs/development/python-modules/pyfakefs/default.nix index 02f59867f22a..93391c479f2d 100644 --- a/pkgs/development/python-modules/pyfakefs/default.nix +++ b/pkgs/development/python-modules/pyfakefs/default.nix @@ -56,6 +56,6 @@ buildPythonPackage rec { homepage = "https://pyfakefs.org/"; changelog = "https://github.com/jmcgeheeiv/pyfakefs/blob/v${version}/CHANGES.md"; license = licenses.asl20; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pyside2-tools/default.nix b/pkgs/development/python-modules/pyside2-tools/default.nix index c9d8af700979..ff4e9809bcdd 100644 --- a/pkgs/development/python-modules/pyside2-tools/default.nix +++ b/pkgs/development/python-modules/pyside2-tools/default.nix @@ -64,6 +64,6 @@ stdenv.mkDerivation { description = "PySide2 development tools"; license = licenses.gpl2; homepage = "https://wiki.qt.io/Qt_for_Python"; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pyside2/default.nix b/pkgs/development/python-modules/pyside2/default.nix index 81911928b169..1610edc6e267 100644 --- a/pkgs/development/python-modules/pyside2/default.nix +++ b/pkgs/development/python-modules/pyside2/default.nix @@ -95,7 +95,7 @@ stdenv.mkDerivation rec { description = "LGPL-licensed Python bindings for Qt"; license = licenses.lgpl21; homepage = "https://wiki.qt.io/Qt_for_Python"; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.all; broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/development/python-modules/pyside6/default.nix b/pkgs/development/python-modules/pyside6/default.nix index f55d5dee6fef..9195a710bf01 100644 --- a/pkgs/development/python-modules/pyside6/default.nix +++ b/pkgs/development/python-modules/pyside6/default.nix @@ -130,7 +130,7 @@ stdenv.mkDerivation (finalAttrs: { ]; homepage = "https://wiki.qt.io/Qt_for_Python"; changelog = "https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-${finalAttrs.version}?h=v${finalAttrs.version}"; - maintainers = with lib.maintainers; [ gebner ]; + maintainers = with lib.maintainers; [ ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/development/python-modules/pyspinel/default.nix b/pkgs/development/python-modules/pyspinel/default.nix index 7099e7e5a4e2..bc052bf3dc89 100644 --- a/pkgs/development/python-modules/pyspinel/default.nix +++ b/pkgs/development/python-modules/pyspinel/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { description = "Interface to the OpenThread Network Co-Processor (NCP)"; homepage = "https://github.com/openthread/pyspinel"; license = licenses.asl20; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pythonocc-core/default.nix b/pkgs/development/python-modules/pythonocc-core/default.nix index a3707047c56f..11a7bcd162b5 100644 --- a/pkgs/development/python-modules/pythonocc-core/default.nix +++ b/pkgs/development/python-modules/pythonocc-core/default.nix @@ -70,6 +70,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/tpaviot/pythonocc-core/releases/tag/${version}"; license = licenses.lgpl3; platforms = platforms.unix; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/sentry-sdk/1.nix b/pkgs/development/python-modules/sentry-sdk/1.nix index ca67a5e873f7..a5b722ef1816 100644 --- a/pkgs/development/python-modules/sentry-sdk/1.nix +++ b/pkgs/development/python-modules/sentry-sdk/1.nix @@ -130,7 +130,6 @@ buildPythonPackage rec { license = licenses.bsd2; maintainers = with maintainers; [ fab - gebner ]; }; } diff --git a/pkgs/development/python-modules/shiboken2/default.nix b/pkgs/development/python-modules/shiboken2/default.nix index 14ab87dd56b8..764cd41bda94 100644 --- a/pkgs/development/python-modules/shiboken2/default.nix +++ b/pkgs/development/python-modules/shiboken2/default.nix @@ -63,6 +63,6 @@ stdenv.mkDerivation { lgpl21 ]; homepage = "https://wiki.qt.io/Qt_for_Python"; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/shiboken6/default.nix b/pkgs/development/python-modules/shiboken6/default.nix index a5c3b63f8ec7..51c8fc41b7ad 100644 --- a/pkgs/development/python-modules/shiboken6/default.nix +++ b/pkgs/development/python-modules/shiboken6/default.nix @@ -69,7 +69,7 @@ stdenv'.mkDerivation (finalAttrs: { ]; homepage = "https://wiki.qt.io/Qt_for_Python"; changelog = "https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-${finalAttrs.version}?h=v${finalAttrs.version}"; - maintainers = with lib.maintainers; [ gebner ]; + maintainers = with lib.maintainers; [ ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/development/python-modules/shippai/default.nix b/pkgs/development/python-modules/shippai/default.nix index e005b12dded3..5e05ad22cc80 100644 --- a/pkgs/development/python-modules/shippai/default.nix +++ b/pkgs/development/python-modules/shippai/default.nix @@ -19,6 +19,6 @@ buildPythonPackage rec { description = "Use Rust failures as Python exceptions"; homepage = "https://github.com/untitaker/shippai"; license = licenses.mit; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/spyder-kernels/default.nix b/pkgs/development/python-modules/spyder-kernels/default.nix index 50df7b2cac0e..668c45ad17a7 100644 --- a/pkgs/development/python-modules/spyder-kernels/default.nix +++ b/pkgs/development/python-modules/spyder-kernels/default.nix @@ -51,6 +51,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/spyder-ide/spyder-kernels/releases"; changelog = "https://github.com/spyder-ide/spyder-kernels/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ gebner ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/spyder/default.nix b/pkgs/development/python-modules/spyder/default.nix index 3ee0694e69d4..b6baba2405d1 100644 --- a/pkgs/development/python-modules/spyder/default.nix +++ b/pkgs/development/python-modules/spyder/default.nix @@ -145,7 +145,7 @@ buildPythonPackage rec { downloadPage = "https://github.com/spyder-ide/spyder/releases"; changelog = "https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ gebner ]; + maintainers = with lib.maintainers; [ ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/trimesh/default.nix b/pkgs/development/python-modules/trimesh/default.nix index 36e9e24fd81a..097e3d985916 100644 --- a/pkgs/development/python-modules/trimesh/default.nix +++ b/pkgs/development/python-modules/trimesh/default.nix @@ -48,7 +48,6 @@ buildPythonPackage rec { license = lib.licenses.mit; mainProgram = "trimesh"; maintainers = with lib.maintainers; [ - gebner pbsds ]; }; diff --git a/pkgs/development/python-modules/uranium/default.nix b/pkgs/development/python-modules/uranium/default.nix index 3084b3018a0d..cb3bde14e581 100644 --- a/pkgs/development/python-modules/uranium/default.nix +++ b/pkgs/development/python-modules/uranium/default.nix @@ -61,7 +61,6 @@ buildPythonPackage rec { platforms = platforms.linux; maintainers = with maintainers; [ abbradar - gebner ]; }; } diff --git a/pkgs/development/tools/misc/tokei/default.nix b/pkgs/development/tools/misc/tokei/default.nix index 6cefdd772263..a9026979efea 100644 --- a/pkgs/development/tools/misc/tokei/default.nix +++ b/pkgs/development/tools/misc/tokei/default.nix @@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; mainProgram = "tokei"; }; } diff --git a/pkgs/development/tools/profiling/heaptrack/default.nix b/pkgs/development/tools/profiling/heaptrack/default.nix index 43c4a28d9a7b..0e50e6613ce0 100644 --- a/pkgs/development/tools/profiling/heaptrack/default.nix +++ b/pkgs/development/tools/profiling/heaptrack/default.nix @@ -42,7 +42,7 @@ mkDerivation rec { homepage = "https://github.com/KDE/heaptrack"; license = licenses.lgpl21Plus; mainProgram = "heaptrack_gui"; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/digimend/default.nix b/pkgs/os-specific/linux/digimend/default.nix index e94ae1646dfa..a81dc28b948b 100644 --- a/pkgs/os-specific/linux/digimend/default.nix +++ b/pkgs/os-specific/linux/digimend/default.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { description = "DIGImend graphics tablet drivers for the Linux kernel"; homepage = "https://digimend.github.io/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/servers/mail/opensmtpd/extras.nix b/pkgs/servers/mail/opensmtpd/extras.nix index 693e3163f4d0..8f09e5803fa8 100644 --- a/pkgs/servers/mail/opensmtpd/extras.nix +++ b/pkgs/servers/mail/opensmtpd/extras.nix @@ -107,7 +107,6 @@ stdenv.mkDerivation rec { license = licenses.isc; platforms = platforms.linux; maintainers = with maintainers; [ - gebner ekleog ]; }; diff --git a/pkgs/servers/pulseaudio/hsphfpd.nix b/pkgs/servers/pulseaudio/hsphfpd.nix index ced6bdbb0695..042d711a091a 100644 --- a/pkgs/servers/pulseaudio/hsphfpd.nix +++ b/pkgs/servers/pulseaudio/hsphfpd.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation { description = "Bluetooth HSP/HFP daemon"; homepage = "https://github.com/pali/hsphfpd-prototype"; license = licenses.artistic1; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/tools/archivers/pax/default.nix b/pkgs/tools/archivers/pax/default.nix index bc1673b9d7f9..6426f1b36517 100644 --- a/pkgs/tools/archivers/pax/default.nix +++ b/pkgs/tools/archivers/pax/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { description = "POSIX standard archive tool from MirBSD"; homepage = "https://www.mirbsd.org/pax.htm"; license = licenses.bsd3; - maintainers = with maintainers; [ gebner ]; + maintainers = with maintainers; [ ]; platforms = platforms.unix; }; } diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix index bea6d96121d6..022cff04fc53 100644 --- a/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix +++ b/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix @@ -55,7 +55,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with maintainers; [ - gebner ericsagnes ]; };