maintainers: drop math-42

Inactive since 2023.
This commit is contained in:
Wolfgang Walther
2025-12-02 16:34:17 +01:00
parent 3f48c44736
commit 668b52ce87
3 changed files with 0 additions and 8 deletions
-6
View File
@@ -16188,12 +16188,6 @@
}
];
};
math-42 = {
email = "matheus.4200@gmail.com";
github = "Math-42";
githubId = 43853194;
name = "Matheus Vieira";
};
mathiassven = {
email = "github@mathiassven.com";
github = "MathiasSven";
@@ -28,6 +28,5 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/sainnhe/capitaine-cursors";
license = licenses.lgpl3Only;
platforms = platforms.unix;
maintainers = [ maintainers.math-42 ];
};
}
@@ -115,7 +115,6 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
luftmensch-luftmensch
math-42
d3vil0p3r
];
};