We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef688ee + 657d7c5 commit fc7fc2fCopy full SHA for fc7fc2f
pkgs/by-name/er/errbot/package.nix
@@ -58,13 +58,13 @@ python3.pkgs.buildPythonApplication rec {
58
59
pythonImportsCheck = [ "errbot" ];
60
61
- meta = with lib; {
+ meta = {
62
changelog = "https://github.com/errbotio/errbot/blob/${version}/CHANGES.rst";
63
description = "Chatbot designed to be simple to extend with plugins written in Python";
64
homepage = "http://errbot.io/";
65
- maintainers = [ ];
66
- license = licenses.gpl3Plus;
67
- platforms = platforms.linux;
+ maintainers = with lib.maintainers; [ hlad ];
+ license = lib.licenses.gpl3Plus;
+ platforms = lib.platforms.linux;
68
# flaky on darwin, "RuntimeError: can't start new thread"
69
mainProgram = "errbot";
70
};
0 commit comments