Unverified Commit c0fea1b8 authored by David Wood's avatar David Wood
Browse files

webssh: remove davidtwco as maintainer

parent a73e2792
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/huashengdun/webssh/";
    changelog = "https://github.com/huashengdun/webssh/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ davidtwco ];
    maintainers = [ ];
    broken = stdenv.hostPlatform.isDarwin;
  };
}