Skip to content

Commit fc7fc2f

Browse files
authored
errbot: add hlad as maintainer (NixOS#400030)
2 parents ef688ee + 657d7c5 commit fc7fc2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/er/errbot/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ python3.pkgs.buildPythonApplication rec {
5858

5959
pythonImportsCheck = [ "errbot" ];
6060

61-
meta = with lib; {
61+
meta = {
6262
changelog = "https://github.com/errbotio/errbot/blob/${version}/CHANGES.rst";
6363
description = "Chatbot designed to be simple to extend with plugins written in Python";
6464
homepage = "http://errbot.io/";
65-
maintainers = [ ];
66-
license = licenses.gpl3Plus;
67-
platforms = platforms.linux;
65+
maintainers = with lib.maintainers; [ hlad ];
66+
license = lib.licenses.gpl3Plus;
67+
platforms = lib.platforms.linux;
6868
# flaky on darwin, "RuntimeError: can't start new thread"
6969
mainProgram = "errbot";
7070
};

0 commit comments

Comments
 (0)