Unverified Commit fc7fc2fe authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

errbot: add hlad as maintainer (#400030)

parents ef688ee9 657d7c50
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";
  };