maintainers: drop michaelshmitty

This commit is contained in:
Michael Smith
2025-09-04 14:24:24 +02:00
committed by GitHub
parent a0c402ee27
commit 40c80ed80c
5 changed files with 4 additions and 10 deletions
-6
View File
@@ -16644,12 +16644,6 @@
githubId = 1699466;
name = "Michael Peyton Jones";
};
michaelshmitty = {
name = "Michael Smith";
email = "shmitty@protonmail.com";
github = "michaelshmitty";
githubId = 114845;
};
michaelvanstraten = {
name = "Michael van Straten";
email = "michael@vanstraten.de";
@@ -399,5 +399,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ michaelshmitty ];
meta.maintainers = with lib.maintainers; [ ];
}
+1 -1
View File
@@ -2,7 +2,7 @@
{
name = "anuko-time-tracker";
meta = {
maintainers = with pkgs.lib.maintainers; [ michaelshmitty ];
maintainers = with pkgs.lib.maintainers; [ ];
};
nodes = {
machine = {
+1 -1
View File
@@ -103,7 +103,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Optimized Amiga emulator for Linux/macOS";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ michaelshmitty ];
maintainers = with maintainers; [ ];
mainProgram = "amiberry";
};
})
@@ -38,6 +38,6 @@ stdenvNoCC.mkDerivation {
license = lib.licenses.sspl;
homepage = "https://github.com/anuko/timetracker/";
platforms = php.meta.platforms;
maintainers = with lib.maintainers; [ michaelshmitty ];
maintainers = with lib.maintainers; [ ];
};
}