From d7cdc485022ff93655fee9a4a26372c2f9b58329 Mon Sep 17 00:00:00 2001 From: Jelle Besseling Date: Fri, 24 Jan 2020 20:38:27 +0100 Subject: python-telegram-bot: add pingiun as maintainer --- pkgs/development/python-modules/python-telegram-bot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development') diff --git a/pkgs/development/python-modules/python-telegram-bot/default.nix b/pkgs/development/python-modules/python-telegram-bot/default.nix index 86a8cd71f5b..9b70d76bfed 100644 --- a/pkgs/development/python-modules/python-telegram-bot/default.nix +++ b/pkgs/development/python-modules/python-telegram-bot/default.nix @@ -39,6 +39,6 @@ buildPythonPackage rec { description = "This library provides a pure Python interface for the Telegram Bot API."; homepage = https://python-telegram-bot.org; license = licenses.lgpl3; - maintainers = with maintainers; [ veprbl ]; + maintainers = with maintainers; [ veprbl pingiun ]; }; } -- cgit 1.4.1