amber-lang, cargo-shear, markuplinkchecker: remove uncenter from maintainers (#421247)

This commit is contained in:
isabel
2025-07-08 12:32:54 +01:00
committed by GitHub
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -78,7 +78,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "amber";
maintainers = with maintainers; [
cafkafk
uncenter
aleksana
];
platforms = platforms.unix;
+1 -1
View File
@@ -34,6 +34,6 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/Boshen/cargo-shear";
changelog = "https://github.com/Boshen/cargo-shear/blob/v${version}/CHANGELOG.md";
license = [ lib.licenses.mit ];
maintainers = with lib.maintainers; [ uncenter ];
maintainers = with lib.maintainers; [ ];
};
}
@@ -38,7 +38,6 @@ rustPlatform.buildRustPackage {
changelog = "https://github.com/becheran/mlc/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
uncenter
anas
];
mainProgram = "mlc";