about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matrix-nio
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2020-04-21 12:00:00 +0000
committerJon <jonringer@users.noreply.github.com>2020-04-21 16:35:58 -0700
commit5bc177339098ebbfd7b7bcf92787b81a965e350c (patch)
treeddaeb74b5c2b74bf5911367bb234351e809007bb /pkgs/development/python-modules/matrix-nio
parent1d0aae0bc9b206e5ce89587810d1e467cb1d7f2a (diff)
python3Packages.matrix-nio: add symphorien as maintainer
Diffstat (limited to 'pkgs/development/python-modules/matrix-nio')
-rw-r--r--pkgs/development/python-modules/matrix-nio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/matrix-nio/default.nix b/pkgs/development/python-modules/matrix-nio/default.nix
index be1cf218d71bd..ff4f6198aa5e2 100644
--- a/pkgs/development/python-modules/matrix-nio/default.nix
+++ b/pkgs/development/python-modules/matrix-nio/default.nix
@@ -56,6 +56,6 @@ buildPythonPackage rec {
     description = "A Python Matrix client library, designed according to sans I/O principles";
     homepage = "https://github.com/poljar/matrix-nio";
     license = licenses.isc;
-    maintainers = with maintainers; [ tilpner emily ];
+    maintainers = with maintainers; [ tilpner emily symphorien ];
   };
 }