maintainers: drop michaelshmitty (#440140)

authored by Sandro and committed by GitHub 8bf76136 aa2c78f7

+4 -10
-6
maintainers/maintainer-list.nix
··· 16644 githubId = 1699466; 16645 name = "Michael Peyton Jones"; 16646 }; 16647 - michaelshmitty = { 16648 - name = "Michael Smith"; 16649 - email = "shmitty@protonmail.com"; 16650 - github = "michaelshmitty"; 16651 - githubId = 114845; 16652 - }; 16653 michaelvanstraten = { 16654 name = "Michael van Straten"; 16655 email = "michael@vanstraten.de";
··· 16644 githubId = 1699466; 16645 name = "Michael Peyton Jones"; 16646 }; 16647 michaelvanstraten = { 16648 name = "Michael van Straten"; 16649 email = "michael@vanstraten.de";
+1 -1
nixos/modules/services/web-apps/anuko-time-tracker.nix
··· 399 }; 400 }; 401 402 - meta.maintainers = with lib.maintainers; [ michaelshmitty ]; 403 }
··· 399 }; 400 }; 401 402 + meta.maintainers = with lib.maintainers; [ ]; 403 }
+1 -1
nixos/tests/anuko-time-tracker.nix
··· 2 { 3 name = "anuko-time-tracker"; 4 meta = { 5 - maintainers = with pkgs.lib.maintainers; [ michaelshmitty ]; 6 }; 7 nodes = { 8 machine = {
··· 2 { 3 name = "anuko-time-tracker"; 4 meta = { 5 + maintainers = with pkgs.lib.maintainers; [ ]; 6 }; 7 nodes = { 8 machine = {
+1 -1
pkgs/by-name/am/amiberry/package.nix
··· 103 description = "Optimized Amiga emulator for Linux/macOS"; 104 license = licenses.gpl3; 105 platforms = platforms.linux; 106 - maintainers = with maintainers; [ michaelshmitty ]; 107 mainProgram = "amiberry"; 108 }; 109 })
··· 103 description = "Optimized Amiga emulator for Linux/macOS"; 104 license = licenses.gpl3; 105 platforms = platforms.linux; 106 + maintainers = with maintainers; [ ]; 107 mainProgram = "amiberry"; 108 }; 109 })
+1 -1
pkgs/by-name/an/anuko-time-tracker/package.nix
··· 38 license = lib.licenses.sspl; 39 homepage = "https://github.com/anuko/timetracker/"; 40 platforms = php.meta.platforms; 41 - maintainers = with lib.maintainers; [ michaelshmitty ]; 42 }; 43 }
··· 38 license = lib.licenses.sspl; 39 homepage = "https://github.com/anuko/timetracker/"; 40 platforms = php.meta.platforms; 41 + maintainers = with lib.maintainers; [ ]; 42 }; 43 }