about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django-mailman3
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-04-17 01:07:38 +0000
committerAlyssa Ross <hi@alyssa.is>2021-04-17 01:07:38 +0000
commitcc10432418239080ea1348de857d9bfa75a44619 (patch)
treed98c05da433fb74354ea0ce41bb696e17c7bd89b /pkgs/development/python-modules/django-mailman3
parente5cc06a1e806070693add4f231060a62b962fc44 (diff)
mailman: add myself as a maintainer all around
Diffstat (limited to 'pkgs/development/python-modules/django-mailman3')
-rw-r--r--pkgs/development/python-modules/django-mailman3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/django-mailman3/default.nix b/pkgs/development/python-modules/django-mailman3/default.nix
index 54cde59a4bded..7e99d22693fc1 100644
--- a/pkgs/development/python-modules/django-mailman3/default.nix
+++ b/pkgs/development/python-modules/django-mailman3/default.nix
@@ -27,6 +27,6 @@ buildPythonPackage rec {
     description = "Django library for Mailman UIs";
     homepage = "https://gitlab.com/mailman/django-mailman3";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ globin peti ];
+    maintainers = with maintainers; [ globin peti qyliss ];
   };
 }