maintainers: drop lostnet (#473841)

This commit is contained in:
Michael Daniels
2025-12-26 00:59:27 +00:00
committed by GitHub
4 changed files with 1 additions and 9 deletions

View File

@@ -15283,12 +15283,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";

View File

@@ -178,7 +178,6 @@ stdenv.mkDerivation rec {
broken = stdenv.buildPlatform != stdenv.hostPlatform;
maintainers = with lib.maintainers; [
thoughtpolice
lostnet
kornholi
];
};

View File

@@ -181,7 +181,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://spidermonkey.dev/";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [
lostnet
catap
bobby285271
];

View File

@@ -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;
};
}