errbot: add hlad as maintainer (#400030)
This commit is contained in:
@@ -58,13 +58,13 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
pythonImportsCheck = [ "errbot" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://github.com/errbotio/errbot/blob/${version}/CHANGES.rst";
|
||||
description = "Chatbot designed to be simple to extend with plugins written in Python";
|
||||
homepage = "http://errbot.io/";
|
||||
maintainers = [ ];
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with lib.maintainers; [ hlad ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
# flaky on darwin, "RuntimeError: can't start new thread"
|
||||
mainProgram = "errbot";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user