various: drop RossSmyth from maintainers (#526206)
This commit is contained in:
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
asl20
|
||||
llvm-exception
|
||||
];
|
||||
maintainers = with lib.maintainers; [ RossSmyth ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.intersectLists python3.meta.platforms clang-unwrapped.meta.platforms;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
homepage = "https://github.com/skorokithakis/catt";
|
||||
changelog = "https://github.com/skorokithakis/catt/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ lib.maintainers.RossSmyth ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "catt";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -166,7 +166,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
fabianhjr
|
||||
wchresta
|
||||
mattpolzin
|
||||
RossSmyth
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -33,6 +33,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
asl20
|
||||
llvm-exception
|
||||
];
|
||||
maintainers = with lib.maintainers; [ RossSmyth ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -105,7 +105,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"libjerry-port"
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
RossSmyth
|
||||
wishstudio
|
||||
];
|
||||
};
|
||||
|
||||
@@ -69,7 +69,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/microsoft/edit";
|
||||
changelog = "https://github.com/microsoft/edit/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ RossSmyth ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -218,7 +218,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
licenses.bsd2
|
||||
licenses.bsd3
|
||||
];
|
||||
maintainers = [ maintainers.RossSmyth ];
|
||||
maintainers = [ ];
|
||||
# https://github.com/picolibc/picolibc/tree/db4d0fe5952d5ecd714781e3212d4086d970735a?tab=readme-ov-file#supported-architectures
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -73,6 +73,6 @@ buildNpmPackage (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
# https://github.com/rescript-lang/rescript-vscode/blob/1.62.0/CONTRIBUTING.md?plain=1#L186
|
||||
platforms = with lib.platforms; linux ++ darwin ++ windows ++ freebsd;
|
||||
maintainers = with lib.maintainers; [ RossSmyth ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
asl20
|
||||
llvm-exception
|
||||
];
|
||||
maintainers = with lib.maintainers; [ RossSmyth ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.intersectLists python3.meta.platforms clang-unwrapped.meta.platforms;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -107,7 +107,6 @@ let
|
||||
maintainers = with lib.maintainers; [
|
||||
louis-thevenet
|
||||
getchoo
|
||||
RossSmyth
|
||||
];
|
||||
};
|
||||
});
|
||||
|
||||
@@ -80,8 +80,7 @@ buildGoModule (finalAttrs: {
|
||||
mit
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
RossSmyth
|
||||
maintainers = [
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -55,7 +55,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
lib.licenses.mit
|
||||
lib.licenses.asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ RossSmyth ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; linux ++ darwin ++ windows;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,6 +36,6 @@ buildGoModule (finalAttrs: {
|
||||
changelog = "https://github.com/internetarchive/Zeno/releases/tag/v${finalAttrs.version}";
|
||||
mainProgram = "Zeno";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = [ lib.maintainers.RossSmyth ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,6 +32,6 @@ buildPythonPackage rec {
|
||||
asl20
|
||||
llvm-exception
|
||||
];
|
||||
maintainers = with lib.maintainers; [ RossSmyth ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,6 +37,6 @@ buildPythonPackage rec {
|
||||
asl20
|
||||
llvm-exception
|
||||
];
|
||||
maintainers = with lib.maintainers; [ RossSmyth ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user