diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6eb4a5b2b8e6..42ef5cb5a819 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3232,12 +3232,6 @@ githubId = 10439709; name = "Bert Moens"; }; - berdario = { - email = "berdario@gmail.com"; - github = "berdario"; - githubId = 752835; - name = "Dario Bertini"; - }; bergey = { email = "bergey@teallabs.org"; github = "bergey"; @@ -10125,12 +10119,6 @@ githubId = 79340822; keys = [ { fingerprint = "3582 5B85 66C8 4F36 45C7 EC42 809F 7938 9CB1 8650"; } ]; }; - havvy = { - email = "ryan.havvy@gmail.com"; - github = "Havvy"; - githubId = 731722; - name = "Ryan Scheel"; - }; hawkw = { email = "eliza@elizas.website"; github = "hawkw"; @@ -11423,12 +11411,6 @@ githubId = 8095978; name = "j-mendez"; }; - j03 = { - email = "github@johannesloetzsch.de"; - github = "johannesloetzsch"; - githubId = 175537; - name = "Johannes Lötzsch"; - }; j0hax = { name = "Johannes Arnold"; email = "johannes.arnold@stud.uni-hannover.de"; @@ -13298,12 +13280,6 @@ githubId = 54859825; keys = [ { fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834"; } ]; }; - kampfschlaefer = { - email = "arnold@arnoldarts.de"; - github = "kampfschlaefer"; - githubId = 3831860; - name = "Arnold Krille"; - }; kanashimia = { email = "chad@redpilled.dev"; github = "kanashimia"; @@ -14532,12 +14508,6 @@ githubId = 736291; name = "Lee Machin"; }; - leenaars = { - email = "ml.software@leenaa.rs"; - github = "leenaars"; - githubId = 4158274; - name = "Michiel Leenaars"; - }; legojames = { github = "jrobinson-uk"; githubId = 4701504; @@ -15674,12 +15644,6 @@ githubId = 1433367; name = "Marc Fontaine"; }; - magenbluten = { - email = "magenbluten@codemonkey.cc"; - github = "magenbluten"; - githubId = 1140462; - name = "magenbluten"; - }; magicquark = { name = "magicquark"; github = "magicquark"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 3661a43c4689..2b5bc5a6793d 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -631,7 +631,6 @@ with lib.maintainers; mate = { members = [ bobby285271 - j03 romildo ]; scope = "Maintain Mate desktop environment and related packages."; diff --git a/nixos/tests/containers-bridge.nix b/nixos/tests/containers-bridge.nix index 1f38b1b48e11..d95c85616ae8 100644 --- a/nixos/tests/containers-bridge.nix +++ b/nixos/tests/containers-bridge.nix @@ -12,7 +12,6 @@ in maintainers = with lib.maintainers; [ aristid aszlig - kampfschlaefer ]; }; diff --git a/nixos/tests/containers-extra_veth.nix b/nixos/tests/containers-extra_veth.nix index 3a50fa824986..fe8b3873afcb 100644 --- a/nixos/tests/containers-extra_veth.nix +++ b/nixos/tests/containers-extra_veth.nix @@ -2,7 +2,6 @@ { name = "containers-extra_veth"; meta = { - maintainers = with lib.maintainers; [ kampfschlaefer ]; }; nodes.machine = diff --git a/nixos/tests/containers-imperative.nix b/nixos/tests/containers-imperative.nix index bc0842189e12..f540368a8c31 100644 --- a/nixos/tests/containers-imperative.nix +++ b/nixos/tests/containers-imperative.nix @@ -5,7 +5,6 @@ maintainers = with lib.maintainers; [ aristid aszlig - kampfschlaefer ]; }; diff --git a/nixos/tests/containers-ip.nix b/nixos/tests/containers-ip.nix index 44217970d24e..5ae8e9a2cb15 100644 --- a/nixos/tests/containers-ip.nix +++ b/nixos/tests/containers-ip.nix @@ -19,7 +19,6 @@ in maintainers = with lib.maintainers; [ aristid aszlig - kampfschlaefer ]; }; diff --git a/nixos/tests/containers-physical_interfaces.nix b/nixos/tests/containers-physical_interfaces.nix index aa96727985c5..a0be80df7852 100644 --- a/nixos/tests/containers-physical_interfaces.nix +++ b/nixos/tests/containers-physical_interfaces.nix @@ -2,7 +2,6 @@ { name = "containers-physical_interfaces"; meta = { - maintainers = with lib.maintainers; [ kampfschlaefer ]; }; nodes = { diff --git a/nixos/tests/containers-portforward.nix b/nixos/tests/containers-portforward.nix index 21b618b4abd5..2d001cd66cd3 100644 --- a/nixos/tests/containers-portforward.nix +++ b/nixos/tests/containers-portforward.nix @@ -12,7 +12,6 @@ in maintainers = with lib.maintainers; [ aristid aszlig - kampfschlaefer ianwookim ]; }; diff --git a/nixos/tests/containers-restart_networking.nix b/nixos/tests/containers-restart_networking.nix index 8ce524a3e91c..aef845a90ed8 100644 --- a/nixos/tests/containers-restart_networking.nix +++ b/nixos/tests/containers-restart_networking.nix @@ -2,7 +2,6 @@ { name = "containers-restart_networking"; meta = { - maintainers = with lib.maintainers; [ kampfschlaefer ]; }; nodes = { diff --git a/pkgs/applications/misc/xygrib/default.nix b/pkgs/applications/misc/xygrib/default.nix index fa6eabd52df1..6060d1dea465 100644 --- a/pkgs/applications/misc/xygrib/default.nix +++ b/pkgs/applications/misc/xygrib/default.nix @@ -77,6 +77,5 @@ stdenv.mkDerivation { ''; license = licenses.gpl3; platforms = platforms.all; - maintainers = with maintainers; [ j03 ]; }; } diff --git a/pkgs/applications/networking/sync/rsync/default.nix b/pkgs/applications/networking/sync/rsync/default.nix index 4dccabbf7fbf..8d2ef524e2e8 100644 --- a/pkgs/applications/networking/sync/rsync/default.nix +++ b/pkgs/applications/networking/sync/rsync/default.nix @@ -90,7 +90,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; mainProgram = "rsync"; maintainers = with lib.maintainers; [ - kampfschlaefer ivan ]; platforms = platforms.unix; diff --git a/pkgs/by-name/_9/_90secondportraits/package.nix b/pkgs/by-name/_9/_90secondportraits/package.nix index 9226da55f699..d66541a0ebfa 100644 --- a/pkgs/by-name/_9/_90secondportraits/package.nix +++ b/pkgs/by-name/_9/_90secondportraits/package.nix @@ -78,7 +78,6 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Silly speed painting game"; mainProgram = "90secondportraits"; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.linux; license = with licenses; [ zlib diff --git a/pkgs/by-name/ai/aileron/package.nix b/pkgs/by-name/ai/aileron/package.nix index f57c084e6eb5..a4e8245c7214 100644 --- a/pkgs/by-name/ai/aileron/package.nix +++ b/pkgs/by-name/ai/aileron/package.nix @@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation { description = "Helvetica font in nine weights"; platforms = platforms.all; maintainers = with maintainers; [ - leenaars minijackson ]; license = licenses.cc0; diff --git a/pkgs/by-name/ar/argus-clients/package.nix b/pkgs/by-name/ar/argus-clients/package.nix index 11e5235bc1c8..cc41700daa91 100644 --- a/pkgs/by-name/ar/argus-clients/package.nix +++ b/pkgs/by-name/ar/argus-clients/package.nix @@ -59,7 +59,6 @@ stdenv.mkDerivation rec { ''; homepage = "http://qosient.com/argus"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ar/argus/package.nix b/pkgs/by-name/ar/argus/package.nix index 2b7d5ad9b692..cf1562e523e3 100644 --- a/pkgs/by-name/ar/argus/package.nix +++ b/pkgs/by-name/ar/argus/package.nix @@ -71,7 +71,6 @@ stdenv.mkDerivation rec { ''; homepage = "http://qosient.com/argus"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ar/arpa2cm/package.nix b/pkgs/by-name/ar/arpa2cm/package.nix index 148d4df2c397..b9d0cfd67d7b 100644 --- a/pkgs/by-name/ar/arpa2cm/package.nix +++ b/pkgs/by-name/ar/arpa2cm/package.nix @@ -34,7 +34,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.com/arpa2/arpa2cm"; license = licenses.bsd2; maintainers = with maintainers; [ - leenaars fufexan ]; }; diff --git a/pkgs/by-name/b6/b612/package.nix b/pkgs/by-name/b6/b612/package.nix index 77e0b38f3c1b..a25eb51bdaf3 100644 --- a/pkgs/by-name/b6/b612/package.nix +++ b/pkgs/by-name/b6/b612/package.nix @@ -46,7 +46,6 @@ stdenvNoCC.mkDerivation rec { epl10 bsd3 ]; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/cs/csv2odf/package.nix b/pkgs/by-name/cs/csv2odf/package.nix index 50643f2c2c17..879871ebc47f 100644 --- a/pkgs/by-name/cs/csv2odf/package.nix +++ b/pkgs/by-name/cs/csv2odf/package.nix @@ -34,6 +34,5 @@ python3.pkgs.buildPythonApplication rec { template file that you can design in your office application of choice. ''; license = licenses.gpl3; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/by-name/cu/cutee/package.nix b/pkgs/by-name/cu/cutee/package.nix index a25111f7a3dd..f14a6b637c70 100644 --- a/pkgs/by-name/cu/cutee/package.nix +++ b/pkgs/by-name/cu/cutee/package.nix @@ -25,7 +25,6 @@ stdenv.mkDerivation rec { mainProgram = "cutee"; homepage = "https://www.codesink.org/cutee_unit_testing.html"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/da/datefudge/package.nix b/pkgs/by-name/da/datefudge/package.nix index 89b83a0284ce..de6ba351b9c5 100644 --- a/pkgs/by-name/da/datefudge/package.nix +++ b/pkgs/by-name/da/datefudge/package.nix @@ -45,7 +45,6 @@ stdenv.mkDerivation rec { homepage = "https://packages.qa.debian.org/d/datefudge.html"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ leenaars ]; mainProgram = "datefudge"; }; } diff --git a/pkgs/by-name/dp/dpdk/package.nix b/pkgs/by-name/dp/dpdk/package.nix index 74c2b4a34cd1..9cb1ea784814 100644 --- a/pkgs/by-name/dp/dpdk/package.nix +++ b/pkgs/by-name/dp/dpdk/package.nix @@ -113,7 +113,6 @@ stdenv.mkDerivation rec { ]; platforms = platforms.linux; maintainers = with maintainers; [ - magenbluten orivej mic92 zhaofengli diff --git a/pkgs/by-name/e2/e2tools/package.nix b/pkgs/by-name/e2/e2tools/package.nix index 569fbbda60a7..040d45fa0025 100644 --- a/pkgs/by-name/e2/e2tools/package.nix +++ b/pkgs/by-name/e2/e2tools/package.nix @@ -32,6 +32,5 @@ stdenv.mkDerivation (finalAttrs: { description = "Utilities to read/write/manipulate files in an ext2/ext3 filesystem"; license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; - maintainers = [ lib.maintainers.leenaars ]; }; }) diff --git a/pkgs/by-name/eo/eot_utilities/package.nix b/pkgs/by-name/eo/eot_utilities/package.nix index 0de37da5c83d..d14456f33bab 100644 --- a/pkgs/by-name/eo/eot_utilities/package.nix +++ b/pkgs/by-name/eo/eot_utilities/package.nix @@ -20,7 +20,6 @@ stdenv.mkDerivation rec { homepage = "https://www.w3.org/Tools/eot-utils/"; description = "Create Embedded Open Type from OpenType or TrueType font"; license = lib.licenses.w3c; - maintainers = with lib.maintainers; [ leenaars ]; platforms = with lib.platforms; unix; }; } diff --git a/pkgs/by-name/eu/eunomia/package.nix b/pkgs/by-name/eu/eunomia/package.nix index c995d10cbe7d..d285c5d4adba 100644 --- a/pkgs/by-name/eu/eunomia/package.nix +++ b/pkgs/by-name/eu/eunomia/package.nix @@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation { description = "Futuristic decorative font"; platforms = platforms.all; maintainers = with maintainers; [ - leenaars minijackson ]; license = licenses.ofl; diff --git a/pkgs/by-name/f5/f5_6/package.nix b/pkgs/by-name/f5/f5_6/package.nix index 2671eaede627..ec7447e6df74 100644 --- a/pkgs/by-name/f5/f5_6/package.nix +++ b/pkgs/by-name/f5/f5_6/package.nix @@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation { description = "Weighted decorative font"; platforms = platforms.all; maintainers = with maintainers; [ - leenaars minijackson ]; license = licenses.ofl; diff --git a/pkgs/by-name/fe/ferrum/package.nix b/pkgs/by-name/fe/ferrum/package.nix index 3841a4abf595..181baccf1e5a 100644 --- a/pkgs/by-name/fe/ferrum/package.nix +++ b/pkgs/by-name/fe/ferrum/package.nix @@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation { description = "Decorative font"; platforms = platforms.all; maintainers = with maintainers; [ - leenaars minijackson ]; license = licenses.cc0; diff --git a/pkgs/by-name/ge/getdns/package.nix b/pkgs/by-name/ge/getdns/package.nix index d4f7d87de6ea..47cb811e8942 100644 --- a/pkgs/by-name/ge/getdns/package.nix +++ b/pkgs/by-name/ge/getdns/package.nix @@ -64,8 +64,7 @@ stdenv.mkDerivation (finalAttrs: { their applications. ''; homepage = "https://getdnsapi.net"; - maintainers = with lib.maintainers; [ - leenaars + maintainers = [ ]; license = lib.licenses.bsd3; platforms = lib.platforms.all; diff --git a/pkgs/by-name/gi/github-release/package.nix b/pkgs/by-name/gi/github-release/package.nix index 006024294943..6d044ed98196 100644 --- a/pkgs/by-name/gi/github-release/package.nix +++ b/pkgs/by-name/gi/github-release/package.nix @@ -38,7 +38,6 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/github-release/github-release"; maintainers = with lib.maintainers; [ ardumont - j03 ]; }; }) diff --git a/pkgs/by-name/ha/hash-slinger/package.nix b/pkgs/by-name/ha/hash-slinger/package.nix index 2cd281fc1565..2e62224e14bd 100644 --- a/pkgs/by-name/ha/hash-slinger/package.nix +++ b/pkgs/by-name/ha/hash-slinger/package.nix @@ -60,6 +60,5 @@ stdenv.mkDerivation rec { description = "Various tools to generate special DNS records"; homepage = "https://github.com/letoams/hash-slinger"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/by-name/he/hexio/package.nix b/pkgs/by-name/he/hexio/package.nix index b4bb5997df3a..ecc690779c12 100644 --- a/pkgs/by-name/he/hexio/package.nix +++ b/pkgs/by-name/he/hexio/package.nix @@ -47,6 +47,5 @@ stdenv.mkDerivation rec { homepage = "https://github.com/vanrein/hexio"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/by-name/hy/hyperscrypt-font/package.nix b/pkgs/by-name/hy/hyperscrypt-font/package.nix index 51517cf1b3ed..9f6e8a76a333 100644 --- a/pkgs/by-name/hy/hyperscrypt-font/package.nix +++ b/pkgs/by-name/hy/hyperscrypt-font/package.nix @@ -41,7 +41,6 @@ stdenvNoCC.mkDerivation rec { layouts. ''; license = licenses.ofl; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/in/inriafonts/package.nix b/pkgs/by-name/in/inriafonts/package.nix index 4504c41967b6..64d0d98c6d4d 100644 --- a/pkgs/by-name/in/inriafonts/package.nix +++ b/pkgs/by-name/in/inriafonts/package.nix @@ -38,7 +38,6 @@ stdenvNoCC.mkDerivation rec { serif. Both members comes in 3 weights with matching italics. ''; license = licenses.ofl; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/ip/ipgrep/package.nix b/pkgs/by-name/ip/ipgrep/package.nix index 048f9de40d72..a97745f7b242 100644 --- a/pkgs/by-name/ip/ipgrep/package.nix +++ b/pkgs/by-name/ip/ipgrep/package.nix @@ -40,7 +40,6 @@ python3Packages.buildPythonApplication rec { from text, resolves host names, and prints them, sorted by ASN. ''; license = licenses.mit; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/ja/jackmix/package.nix b/pkgs/by-name/ja/jackmix/package.nix index 7b57e6571bcb..1f89278235e4 100644 --- a/pkgs/by-name/ja/jackmix/package.nix +++ b/pkgs/by-name/ja/jackmix/package.nix @@ -53,7 +53,6 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "jackmix"; homepage = "https://github.com/kampfschlaefer/jackmix"; license = licenses.gpl2Only; - maintainers = with maintainers; [ kampfschlaefer ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/kc/kcgi/package.nix b/pkgs/by-name/kc/kcgi/package.nix index b39d5581630c..94044168851b 100644 --- a/pkgs/by-name/kc/kcgi/package.nix +++ b/pkgs/by-name/kc/kcgi/package.nix @@ -35,7 +35,6 @@ stdenv.mkDerivation rec { description = "Minimal CGI and FastCGI library for C/C++"; license = licenses.isc; platforms = platforms.all; - maintainers = [ maintainers.leenaars ]; mainProgram = "kfcgi"; }; } diff --git a/pkgs/by-name/kr/krop/package.nix b/pkgs/by-name/kr/krop/package.nix index bab2271141f2..228805e12472 100644 --- a/pkgs/by-name/kr/krop/package.nix +++ b/pkgs/by-name/kr/krop/package.nix @@ -49,7 +49,6 @@ python3Packages.buildPythonApplication rec { interface. ''; license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ leenaars ]; platforms = lib.platforms.linux; mainProgram = "krop"; }; diff --git a/pkgs/by-name/li/liberation-sans-narrow/package.nix b/pkgs/by-name/li/liberation-sans-narrow/package.nix index d984362686ce..199dc6977335 100644 --- a/pkgs/by-name/li/liberation-sans-narrow/package.nix +++ b/pkgs/by-name/li/liberation-sans-narrow/package.nix @@ -44,6 +44,5 @@ stdenv.mkDerivation rec { license = licenses.gpl2; homepage = "https://github.com/liberationfonts"; - maintainers = [ maintainers.leenaars ]; }; } diff --git a/pkgs/by-name/lw/lwan/package.nix b/pkgs/by-name/lw/lwan/package.nix index 7f6a9e0b54a0..e34ee666b4e1 100644 --- a/pkgs/by-name/lw/lwan/package.nix +++ b/pkgs/by-name/lw/lwan/package.nix @@ -46,6 +46,5 @@ stdenv.mkDerivation rec { homepage = "https://lwan.ws/"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/by-name/md/mdbook/package.nix b/pkgs/by-name/md/mdbook/package.nix index 6c6074353bd8..3c408a3815e9 100644 --- a/pkgs/by-name/md/mdbook/package.nix +++ b/pkgs/by-name/md/mdbook/package.nix @@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/rust-lang/mdBook/blob/v${version}/CHANGELOG.md"; license = [ lib.licenses.mpl20 ]; maintainers = with lib.maintainers; [ - havvy Frostman matthiasbeyer ]; diff --git a/pkgs/by-name/me/medio/package.nix b/pkgs/by-name/me/medio/package.nix index efbce5c494a3..a91de839bb56 100644 --- a/pkgs/by-name/me/medio/package.nix +++ b/pkgs/by-name/me/medio/package.nix @@ -36,7 +36,6 @@ stdenvNoCC.mkDerivation { ''; platforms = platforms.all; maintainers = with maintainers; [ - leenaars minijackson ]; license = licenses.cc0; diff --git a/pkgs/by-name/mi/mimetic/package.nix b/pkgs/by-name/mi/mimetic/package.nix index 9a8f60d94b8e..60ef6a6ff6cc 100644 --- a/pkgs/by-name/mi/mimetic/package.nix +++ b/pkgs/by-name/mi/mimetic/package.nix @@ -30,7 +30,6 @@ stdenv.mkDerivation rec { description = "MIME handling library"; homepage = "https://www.codesink.org/mimetic_mime_library.html"; license = licenses.mit; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/no/norwester-font/package.nix b/pkgs/by-name/no/norwester-font/package.nix index acac0b78e125..c8b0d2e0d3f4 100644 --- a/pkgs/by-name/no/norwester-font/package.nix +++ b/pkgs/by-name/no/norwester-font/package.nix @@ -26,7 +26,6 @@ stdenvNoCC.mkDerivation rec { meta = with lib; { homepage = "http://jamiewilson.io/norwester"; description = "Condensed geometric sans serif by Jamie Wilson"; - maintainers = with maintainers; [ leenaars ]; license = licenses.ofl; platforms = platforms.all; }; diff --git a/pkgs/by-name/op/openpa/package.nix b/pkgs/by-name/op/openpa/package.nix index bc0c037fb666..c12e5f8fd791 100644 --- a/pkgs/by-name/op/openpa/package.nix +++ b/pkgs/by-name/op/openpa/package.nix @@ -22,7 +22,6 @@ stdenv.mkDerivation rec { description = "Atomic primitives for high performance, concurrent software"; homepage = "https://trac.mpich.org/projects/openpa"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ leenaars ]; platforms = lib.platforms.unix; longDescription = '' OPA (or sometimes OpenPA or Open Portable Atomics) is an diff --git a/pkgs/by-name/or/orbitron/package.nix b/pkgs/by-name/or/orbitron/package.nix index 8adca1d63a33..67838b01fecb 100644 --- a/pkgs/by-name/or/orbitron/package.nix +++ b/pkgs/by-name/or/orbitron/package.nix @@ -48,7 +48,6 @@ stdenvNoCC.mkDerivation { license = licenses.ofl; platforms = platforms.all; maintainers = with lib.maintainers; [ - leenaars minijackson ]; }; diff --git a/pkgs/by-name/or/orthorobot/package.nix b/pkgs/by-name/or/orthorobot/package.nix index b2cb33ddff43..30342fe88487 100644 --- a/pkgs/by-name/or/orthorobot/package.nix +++ b/pkgs/by-name/or/orthorobot/package.nix @@ -80,7 +80,6 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Recharge the robot"; mainProgram = "orthorobot"; - maintainers = with lib.maintainers; [ leenaars ]; platforms = lib.platforms.linux; license = lib.licenses.wtfpl; downloadPage = "https://stabyourself.net/orthorobot/"; diff --git a/pkgs/by-name/pd/pdftag/package.nix b/pkgs/by-name/pd/pdftag/package.nix index f42ea7b7465c..bb8d7e0bbbe1 100644 --- a/pkgs/by-name/pd/pdftag/package.nix +++ b/pkgs/by-name/pd/pdftag/package.nix @@ -37,7 +37,6 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Edit metadata found in PDFs"; license = licenses.gpl3; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.unix; mainProgram = "pdftag"; }; diff --git a/pkgs/by-name/pe/penna/package.nix b/pkgs/by-name/pe/penna/package.nix index b6f433534774..d760dd672cbd 100644 --- a/pkgs/by-name/pe/penna/package.nix +++ b/pkgs/by-name/pe/penna/package.nix @@ -36,7 +36,6 @@ stdenvNoCC.mkDerivation { ''; platforms = platforms.all; maintainers = with maintainers; [ - leenaars minijackson ]; license = licenses.cc0; diff --git a/pkgs/by-name/pe/pew/package.nix b/pkgs/by-name/pe/pew/package.nix index a1fb12191648..4935c4d230bd 100644 --- a/pkgs/by-name/pe/pew/package.nix +++ b/pkgs/by-name/pe/pew/package.nix @@ -37,6 +37,5 @@ python3.pkgs.buildPythonApplication rec { mainProgram = "pew"; license = licenses.mit; platforms = platforms.all; - maintainers = with maintainers; [ berdario ]; }; } diff --git a/pkgs/by-name/pi/pipenv/package.nix b/pkgs/by-name/pi/pipenv/package.nix index d0a3d14a90bd..5f93b3d9f897 100644 --- a/pkgs/by-name/pi/pipenv/package.nix +++ b/pkgs/by-name/pi/pipenv/package.nix @@ -111,7 +111,6 @@ buildPythonApplication rec { description = "Python Development Workflow for Humans"; license = lib.licenses.mit; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ berdario ]; mainProgram = "pipenv"; }; } diff --git a/pkgs/by-name/qs/qstopmotion/package.nix b/pkgs/by-name/qs/qstopmotion/package.nix index 52e0d17f564b..c127d0814be4 100644 --- a/pkgs/by-name/qs/qstopmotion/package.nix +++ b/pkgs/by-name/qs/qstopmotion/package.nix @@ -91,7 +91,6 @@ stdenv.mkDerivation (finalAttrs: { animation to different video formats such as mpeg or avi. ''; license = lib.licenses.gpl2Plus; - maintainers = [ lib.maintainers.leenaars ]; platforms = lib.platforms.gnu ++ lib.platforms.linux; mainProgram = "qstopmotion"; }; diff --git a/pkgs/by-name/qu/quickder/package.nix b/pkgs/by-name/qu/quickder/package.nix index 981fa635a30b..053f3e89f38c 100644 --- a/pkgs/by-name/qu/quickder/package.nix +++ b/pkgs/by-name/qu/quickder/package.nix @@ -77,6 +77,5 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.com/arpa2/quick-der/"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/by-name/re/redis/package.nix b/pkgs/by-name/re/redis/package.nix index bf25ebe52b1d..b445c08bb5aa 100644 --- a/pkgs/by-name/re/redis/package.nix +++ b/pkgs/by-name/re/redis/package.nix @@ -129,7 +129,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.all; changelog = "https://github.com/redis/redis/releases/tag/${finalAttrs.version}"; maintainers = with lib.maintainers; [ - berdario globin ]; mainProgram = "redis-cli"; diff --git a/pkgs/by-name/ro/rocksdb/package.nix b/pkgs/by-name/ro/rocksdb/package.nix index 76a2bec91d6f..afe4605818ea 100644 --- a/pkgs/by-name/ro/rocksdb/package.nix +++ b/pkgs/by-name/ro/rocksdb/package.nix @@ -123,7 +123,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = platforms.all; maintainers = with maintainers; [ adev - magenbluten ]; }; }) diff --git a/pkgs/by-name/ro/route159/package.nix b/pkgs/by-name/ro/route159/package.nix index 28ca44711b1e..21b3d4c374c0 100644 --- a/pkgs/by-name/ro/route159/package.nix +++ b/pkgs/by-name/ro/route159/package.nix @@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation { description = "Weighted sans serif font"; platforms = platforms.all; maintainers = with maintainers; [ - leenaars minijackson ]; license = licenses.ofl; diff --git a/pkgs/by-name/se/seshat/package.nix b/pkgs/by-name/se/seshat/package.nix index aaaedde2ee00..ac16668402ca 100644 --- a/pkgs/by-name/se/seshat/package.nix +++ b/pkgs/by-name/se/seshat/package.nix @@ -41,7 +41,6 @@ stdenvNoCC.mkDerivation { ''; platforms = platforms.all; maintainers = with maintainers; [ - leenaars minijackson ]; license = licenses.cc0; diff --git a/pkgs/by-name/sh/sha1collisiondetection/package.nix b/pkgs/by-name/sh/sha1collisiondetection/package.nix index eed1b14d274b..e737e6e7a0d8 100644 --- a/pkgs/by-name/sh/sha1collisiondetection/package.nix +++ b/pkgs/by-name/sh/sha1collisiondetection/package.nix @@ -37,7 +37,6 @@ stdenv.mkDerivation rec { of time as regular SHA-1. ''; platforms = platforms.all; - maintainers = with maintainers; [ leenaars ]; license = licenses.mit; mainProgram = "sha1dcsum"; }; diff --git a/pkgs/by-name/si/sienna/package.nix b/pkgs/by-name/si/sienna/package.nix index e1a5a39f12ff..967e93ea55a1 100644 --- a/pkgs/by-name/si/sienna/package.nix +++ b/pkgs/by-name/si/sienna/package.nix @@ -56,7 +56,6 @@ stdenv.mkDerivation rec { description = "Fast-paced one button platformer"; mainProgram = "sienna"; homepage = "https://tangramgames.dk/games/sienna"; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.linux; license = licenses.free; }; diff --git a/pkgs/by-name/so/softhsm/package.nix b/pkgs/by-name/so/softhsm/package.nix index 77a2e6a56f07..ee272c7f5d1f 100644 --- a/pkgs/by-name/so/softhsm/package.nix +++ b/pkgs/by-name/so/softhsm/package.nix @@ -58,7 +58,6 @@ stdenv.mkDerivation rec { programme of The Commons Conservancy. "; license = licenses.bsd2; - maintainers = [ maintainers.leenaars ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/ss/ssrc/package.nix b/pkgs/by-name/ss/ssrc/package.nix index 0b8a453d80b3..1781cb672ff3 100644 --- a/pkgs/by-name/ss/ssrc/package.nix +++ b/pkgs/by-name/ss/ssrc/package.nix @@ -39,7 +39,6 @@ stdenv.mkDerivation rec { version = version; homepage = "https://shibatch.sourceforge.net/"; license = licenses.gpl2; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/su/suricata/package.nix b/pkgs/by-name/su/suricata/package.nix index ddd22c90bcfd..4c9e62277e50 100644 --- a/pkgs/by-name/su/suricata/package.nix +++ b/pkgs/by-name/su/suricata/package.nix @@ -174,6 +174,5 @@ stdenv.mkDerivation rec { homepage = "https://suricata.io"; license = licenses.gpl2; platforms = platforms.linux; - maintainers = with maintainers; [ magenbluten ]; }; } diff --git a/pkgs/by-name/te/tenderness/package.nix b/pkgs/by-name/te/tenderness/package.nix index 59d0fa5f6114..96d80399b2c0 100644 --- a/pkgs/by-name/te/tenderness/package.nix +++ b/pkgs/by-name/te/tenderness/package.nix @@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation { description = "Serif font designed by Sora Sagano with old-style figures"; platforms = platforms.all; maintainers = with maintainers; [ - leenaars minijackson ]; license = licenses.ofl; diff --git a/pkgs/by-name/te/termtekst/package.nix b/pkgs/by-name/te/termtekst/package.nix index 9605d3097adc..b87111db4cf7 100644 --- a/pkgs/by-name/te/termtekst/package.nix +++ b/pkgs/by-name/te/termtekst/package.nix @@ -40,7 +40,6 @@ python3Packages.buildPythonApplication rec { graphics. ''; license = licenses.mit; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/th/thonny/package.nix b/pkgs/by-name/th/thonny/package.nix index b5d9c0e7b0df..183952995a8b 100644 --- a/pkgs/by-name/th/thonny/package.nix +++ b/pkgs/by-name/th/thonny/package.nix @@ -84,7 +84,6 @@ python3.pkgs.buildPythonApplication rec { ''; homepage = "https://www.thonny.org/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ leenaars ]; platforms = lib.platforms.unix; mainProgram = "thonny"; }; diff --git a/pkgs/by-name/to/todoman/package.nix b/pkgs/by-name/to/todoman/package.nix index 6460fdd606a8..f6cad8f38a0c 100644 --- a/pkgs/by-name/to/todoman/package.nix +++ b/pkgs/by-name/to/todoman/package.nix @@ -115,7 +115,6 @@ python3.pkgs.buildPythonApplication rec { }"; license = lib.licenses.isc; maintainers = with lib.maintainers; [ - leenaars antonmosich ]; mainProgram = "todo"; diff --git a/pkgs/by-name/wa/wavrsocvt/package.nix b/pkgs/by-name/wa/wavrsocvt/package.nix index 5844537db252..b53200ac903f 100644 --- a/pkgs/by-name/wa/wavrsocvt/package.nix +++ b/pkgs/by-name/wa/wavrsocvt/package.nix @@ -36,7 +36,6 @@ stdenv.mkDerivation { ''; homepage = "https://bricxcc.sourceforge.net/"; license = licenses.mpl11; - maintainers = with maintainers; [ leenaars ]; platforms = with platforms; linux; }; } diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix index 463c0133015f..9bb69eb243bb 100644 --- a/pkgs/development/compilers/rust/rustc.nix +++ b/pkgs/development/compilers/rust/rustc.nix @@ -445,7 +445,6 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { homepage = "https://www.rust-lang.org/"; description = "Safe, concurrent, practical language"; - maintainers = with maintainers; [ havvy ]; teams = [ teams.rust ]; license = [ licenses.mit diff --git a/pkgs/development/python-modules/asn1ate/default.nix b/pkgs/development/python-modules/asn1ate/default.nix index 5eab9ca74f67..e03495d5f558 100644 --- a/pkgs/development/python-modules/asn1ate/default.nix +++ b/pkgs/development/python-modules/asn1ate/default.nix @@ -24,6 +24,5 @@ buildPythonPackage rec { mainProgram = "asn1ate"; license = licenses.bsd3; platforms = platforms.unix; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/development/python-modules/asttokens/default.nix b/pkgs/development/python-modules/asttokens/default.nix index b5033d05664e..b8ec38924bbc 100644 --- a/pkgs/development/python-modules/asttokens/default.nix +++ b/pkgs/development/python-modules/asttokens/default.nix @@ -43,6 +43,5 @@ buildPythonPackage rec { description = "Annotate Python AST trees with source text and token information"; homepage = "https://github.com/gristlabs/asttokens"; license = licenses.asl20; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/development/python-modules/authres/default.nix b/pkgs/development/python-modules/authres/default.nix index 3c9a9d367968..5efeceea41bf 100644 --- a/pkgs/development/python-modules/authres/default.nix +++ b/pkgs/development/python-modules/authres/default.nix @@ -29,6 +29,5 @@ buildPythonPackage rec { ''; homepage = "https://launchpad.net/authentication-results-python"; license = licenses.bsd3; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/development/python-modules/dkimpy/default.nix b/pkgs/development/python-modules/dkimpy/default.nix index c59623faf076..eee2849c5f61 100644 --- a/pkgs/development/python-modules/dkimpy/default.nix +++ b/pkgs/development/python-modules/dkimpy/default.nix @@ -48,6 +48,5 @@ buildPythonPackage rec { ''; homepage = "https://launchpad.net/dkimpy"; license = licenses.bsd3; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/development/python-modules/dockerfile-parse/default.nix b/pkgs/development/python-modules/dockerfile-parse/default.nix index ae829a65e71d..7e7797ad6294 100644 --- a/pkgs/development/python-modules/dockerfile-parse/default.nix +++ b/pkgs/development/python-modules/dockerfile-parse/default.nix @@ -32,6 +32,5 @@ buildPythonPackage rec { homepage = "https://github.com/DBuildService/dockerfile-parse"; changelog = "https://github.com/containerbuildsystem/dockerfile-parse/releases/tag/${version}"; license = licenses.bsd3; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/development/python-modules/fire/default.nix b/pkgs/development/python-modules/fire/default.nix index 0fa34497315f..757fce57706f 100644 --- a/pkgs/development/python-modules/fire/default.nix +++ b/pkgs/development/python-modules/fire/default.nix @@ -65,6 +65,5 @@ buildPythonPackage rec { homepage = "https://github.com/google/python-fire"; changelog = "https://github.com/google/python-fire/releases/tag/v${version}"; license = licenses.asl20; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/development/python-modules/pybluez/default.nix b/pkgs/development/python-modules/pybluez/default.nix index 3f9ae13c516b..5918a3dd5923 100644 --- a/pkgs/development/python-modules/pybluez/default.nix +++ b/pkgs/development/python-modules/pybluez/default.nix @@ -35,7 +35,6 @@ buildPythonPackage { description = "Bluetooth Python extension module"; homepage = "https://github.com/pybluez/pybluez"; license = licenses.gpl2; - maintainers = with maintainers; [ leenaars ]; broken = stdenv.hostPlatform.isDarwin; # requires pyobjc-core, pyobjc-framework-Cocoa }; } diff --git a/pkgs/development/python-modules/pyunbound/default.nix b/pkgs/development/python-modules/pyunbound/default.nix index fb1b2cfad75a..085d9b070471 100644 --- a/pkgs/development/python-modules/pyunbound/default.nix +++ b/pkgs/development/python-modules/pyunbound/default.nix @@ -85,7 +85,6 @@ buildPythonPackage rec { description = "Python library for Unbound, the validating, recursive, and caching DNS resolver"; license = licenses.bsd3; homepage = "https://www.unbound.net"; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/python-modules/sievelib/default.nix b/pkgs/development/python-modules/sievelib/default.nix index f7291edee6e7..6c47f138c706 100644 --- a/pkgs/development/python-modules/sievelib/default.nix +++ b/pkgs/development/python-modules/sievelib/default.nix @@ -48,6 +48,5 @@ buildPythonPackage rec { homepage = "https://github.com/tonioo/sievelib"; changelog = "https://github.com/tonioo/sievelib/releases/tag/${version}"; license = licenses.mit; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/development/python-modules/ydiff/default.nix b/pkgs/development/python-modules/ydiff/default.nix index 00648d8f2ef1..6f1b2ecc831d 100644 --- a/pkgs/development/python-modules/ydiff/default.nix +++ b/pkgs/development/python-modules/ydiff/default.nix @@ -55,7 +55,6 @@ buildPythonPackage rec { ''; homepage = "https://github.com/ymattw/ydiff"; license = licenses.bsd3; - maintainers = with maintainers; [ leenaars ]; teams = [ teams.deshaw ]; }; } diff --git a/pkgs/development/tools/asn2quickder/default.nix b/pkgs/development/tools/asn2quickder/default.nix index db43294356fa..bd179fc4a27d 100644 --- a/pkgs/development/tools/asn2quickder/default.nix +++ b/pkgs/development/tools/asn2quickder/default.nix @@ -50,6 +50,5 @@ buildPythonApplication rec { homepage = "https://gitlab.com/arpa2/quick-der"; license = licenses.bsd3; platforms = platforms.linux; - maintainers = with maintainers; [ leenaars ]; }; } diff --git a/pkgs/games/duckmarines/default.nix b/pkgs/games/duckmarines/default.nix index 5513731e2283..aaa32419cb7e 100644 --- a/pkgs/games/duckmarines/default.nix +++ b/pkgs/games/duckmarines/default.nix @@ -55,7 +55,6 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Duck-themed action puzzle video game"; - maintainers = with maintainers; [ leenaars ]; platforms = platforms.linux; hydraPlatforms = [ ]; license = licenses.free; diff --git a/pkgs/tools/networking/spoofer/default.nix b/pkgs/tools/networking/spoofer/default.nix index 83a282e074a6..6be56b4901e5 100644 --- a/pkgs/tools/networking/spoofer/default.nix +++ b/pkgs/tools/networking/spoofer/default.nix @@ -54,7 +54,6 @@ stdenv.mkDerivation rec { ''; platforms = platforms.all; license = licenses.gpl3Plus; - maintainers = with lib.maintainers; [ leenaars ]; mainProgram = "spoofer-prober"; }; }