errbot: add hlad as maintainer (#400030)

This commit is contained in:
Aleksana
2025-04-19 23:17:23 +08:00
committed by GitHub
+4 -4
View File
@@ -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";
};