python-telegram-bot: add pingiun as maintainer

This commit is contained in:
Jelle Besseling 2020-01-24 20:38:27 +01:00 committed by Jon
parent 7680df12c5
commit d7cdc48502

View file

@ -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 ];
};
}