treewide: stop maintaining most packages

This commit is contained in:
Michael Hoang
2021-01-06 17:06:03 +11:00
parent d720e62914
commit 31f9051cf6
8 changed files with 8 additions and 8 deletions

View File

@@ -13,6 +13,6 @@ python3Packages.buildPythonApplication rec {
description = "A collaborative terminal. In practice, it's similar to a shared screen or tmux session";
homepage = "https://floobits.com/help/flootty";
license = licenses.asl20;
maintainers = with maintainers; [ sellout enzime ];
maintainers = with maintainers; [ sellout ];
};
}