summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJelle Besseling <jelle@pingiun.com>2020-01-24 20:38:27 +0100
committerJon <jonringer@users.noreply.github.com>2020-01-24 14:23:25 -0800
commitd7cdc485022ff93655fee9a4a26372c2f9b58329 (patch)
tree3c959815c7dbf675072f5d64addb1d8bb3a2ca75 /pkgs/development
parent7680df12c53e715ef767d42df7dcd1c947534683 (diff)
downloadnixpkgs-d7cdc485022ff93655fee9a4a26372c2f9b58329.tar
nixpkgs-d7cdc485022ff93655fee9a4a26372c2f9b58329.tar.gz
nixpkgs-d7cdc485022ff93655fee9a4a26372c2f9b58329.tar.bz2
nixpkgs-d7cdc485022ff93655fee9a4a26372c2f9b58329.tar.lz
nixpkgs-d7cdc485022ff93655fee9a4a26372c2f9b58329.tar.xz
nixpkgs-d7cdc485022ff93655fee9a4a26372c2f9b58329.tar.zst
nixpkgs-d7cdc485022ff93655fee9a4a26372c2f9b58329.zip
python-telegram-bot: add pingiun as maintainer
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/python-telegram-bot/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }