From 3f74d0a077ede92d2aea0aebdd732cb9786e535c Mon Sep 17 00:00:00 2001 From: Will Young <1422781+lostnet@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:45:10 +0100 Subject: [PATCH] maintainers: drop lostnet --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/fo/foundationdb/package.nix | 1 - pkgs/development/interpreters/spidermonkey/common.nix | 1 - pkgs/servers/http/couchdb/3.nix | 2 +- 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 1adc9a129e3c..3f4c88e909da 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -15277,12 +15277,6 @@ matrix = "@lostmsu:matrix.org"; name = "Victor Nova"; }; - lostnet = { - email = "lost.networking@gmail.com"; - github = "lostnet"; - githubId = 1422781; - name = "Will Young"; - }; loucass003 = { name = "Lucas Lelievre"; email = "loucass003@gmail.com"; diff --git a/pkgs/by-name/fo/foundationdb/package.nix b/pkgs/by-name/fo/foundationdb/package.nix index dd4cb12813a5..c035a8e27bf3 100644 --- a/pkgs/by-name/fo/foundationdb/package.nix +++ b/pkgs/by-name/fo/foundationdb/package.nix @@ -178,7 +178,6 @@ stdenv.mkDerivation rec { broken = stdenv.buildPlatform != stdenv.hostPlatform; maintainers = with lib.maintainers; [ thoughtpolice - lostnet kornholi ]; }; diff --git a/pkgs/development/interpreters/spidermonkey/common.nix b/pkgs/development/interpreters/spidermonkey/common.nix index 024250c929d5..df1b377cbf60 100644 --- a/pkgs/development/interpreters/spidermonkey/common.nix +++ b/pkgs/development/interpreters/spidermonkey/common.nix @@ -181,7 +181,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://spidermonkey.dev/"; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ - lostnet catap bobby285271 ]; diff --git a/pkgs/servers/http/couchdb/3.nix b/pkgs/servers/http/couchdb/3.nix index 6c5e67fc4ce1..a8cb95fd82e6 100644 --- a/pkgs/servers/http/couchdb/3.nix +++ b/pkgs/servers/http/couchdb/3.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation rec { homepage = "https://couchdb.apache.org"; license = lib.licenses.asl20; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ lostnet ]; + maintainers = [ ]; broken = stdenv.isDarwin && stdenv.isAarch64; }; }