summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-04 14:38:59 +0100
committerPeter Simons <simons@cryp.to>2020-02-04 14:43:46 +0100
commit5717f312a47be2e0dc4c44863c162f0cb8cd03a0 (patch)
treeecdb84ec8d081665efc770791b24ef90b98b2c53 /pkgs
parente2867af1b2463aa0a2a9c218c966494a781be80d (diff)
downloadnixpkgs-5717f312a47be2e0dc4c44863c162f0cb8cd03a0.tar
nixpkgs-5717f312a47be2e0dc4c44863c162f0cb8cd03a0.tar.gz
nixpkgs-5717f312a47be2e0dc4c44863c162f0cb8cd03a0.tar.bz2
nixpkgs-5717f312a47be2e0dc4c44863c162f0cb8cd03a0.tar.lz
nixpkgs-5717f312a47be2e0dc4c44863c162f0cb8cd03a0.tar.xz
nixpkgs-5717f312a47be2e0dc4c44863c162f0cb8cd03a0.tar.zst
nixpkgs-5717f312a47be2e0dc4c44863c162f0cb8cd03a0.zip
mailman-web: add myself as a maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/mail/mailman/web.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/mailman/web.nix b/pkgs/servers/mail/mailman/web.nix
index 408840c3f93..4586c3d0fdf 100644
--- a/pkgs/servers/mail/mailman/web.nix
+++ b/pkgs/servers/mail/mailman/web.nix
@@ -34,6 +34,6 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Django project for Mailman 3 web interface";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ qyliss ];
+    maintainers = with maintainers; [ peti qyliss ];
   };
 }