Commit 21dbdb5d authored by Spencer Whitt's avatar Spencer Whitt
Browse files

maintainers: remove spwhitt

parent e65c6dda
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -14652,12 +14652,6 @@
    githubId = 6391601;
    name = "Roger Mason";
  };
  spwhitt = {
    email = "sw@swhitt.me";
    github = "spwhitt";
    githubId = 1414088;
    name = "Spencer Whitt";
  };
  squalus = {
    email = "squalus@squalus.net";
    github = "squalus";
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@ pythonPackages.buildPythonApplication rec {
    homepage = "https://github.com/pimusicbox/mopidy-musicbox-webclient";
    changelog = "https://github.com/pimusicbox/mopidy-musicbox-webclient/blob/v${version}/CHANGELOG.rst";
    license = licenses.asl20;
    maintainers = with maintainers; [ spwhitt ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@ pythonPackages.buildPythonApplication rec {
  meta = with lib; {
    description = "Mopidy extension for playing music from SoundCloud";
    license = licenses.mit;
    maintainers = [ maintainers.spwhitt ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -52,6 +52,6 @@ python3.pkgs.buildPythonApplication rec {
    description = "Mopidy extension for playing music from YouTube";
    homepage = "https://github.com/natumbri/mopidy-youtube";
    license = licenses.asl20;
    maintainers = with maintainers; [ spwhitt ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
    description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more";
    license = licenses.mit;
    platforms = platforms.all;
    maintainers = with maintainers; [ spwhitt cko SuperSandro2000 ];
    maintainers = with maintainers; [ cko SuperSandro2000 ];
  };
}
Loading