Unverified Commit 8bf76136 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

maintainers: drop michaelshmitty (#440140)

parents aa2c78f7 40c80ed8
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -399,5 +399,5 @@ in
    };
  };

  meta.maintainers = with lib.maintainers; [ michaelshmitty ];
  meta.maintainers = with lib.maintainers; [ ];
}
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
{
  name = "anuko-time-tracker";
  meta = {
    maintainers = with pkgs.lib.maintainers; [ michaelshmitty ];
    maintainers = with pkgs.lib.maintainers; [ ];
  };
  nodes = {
    machine = {
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}