maintainers: drop lostnet

This commit is contained in:
Will Young
2025-12-24 13:45:10 +01:00
parent 244110c8b1
commit 3f74d0a077
4 changed files with 1 additions and 9 deletions
-6
View File
@@ -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";
-1
View File
@@ -178,7 +178,6 @@ stdenv.mkDerivation rec {
broken = stdenv.buildPlatform != stdenv.hostPlatform;
maintainers = with lib.maintainers; [
thoughtpolice
lostnet
kornholi
];
};
@@ -181,7 +181,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://spidermonkey.dev/";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [
lostnet
catap
bobby285271
];
+1 -1
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;
};
}