7 python3Packages.buildPythonApplication rec {
12 inherit pname version;
13 sha256 = "0gfl143ly81pmmrcml91yr0ypvwrs5q4s1sfdc0l2qkqpy233ih7";
17 description = "Collaborative terminal. In practice, it's similar to a shared screen or tmux session";
18 mainProgram = "flootty";
19 homepage = "https://floobits.com/help/flootty";
20 license = licenses.asl20;
21 maintainers = with maintainers; [ sellout ];