maintainers: remove cartr (#444676)

This commit is contained in:
zowoq
2025-09-21 06:14:52 +00:00
committed by GitHub
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -4261,12 +4261,6 @@
github = "carlthome";
githubId = 1595907;
};
cartr = {
email = "carter.sande@duodecima.technology";
github = "cartr";
githubId = 5241813;
name = "Carter Sande";
};
casaca = {
name = "J McNutt";
email = "jmacasac@hotmail.com";
-1
View File
@@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
mainProgram = "rpiboot";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
cartr
flokli
stv0g
];