maintainers: drop lostnet (#473841)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user