From 5717f312a47be2e0dc4c44863c162f0cb8cd03a0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 4 Feb 2020 14:38:59 +0100 Subject: [PATCH] mailman-web: add myself as a maintainer --- pkgs/servers/mail/mailman/web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/mail/mailman/web.nix b/pkgs/servers/mail/mailman/web.nix index 408840c3f934..4586c3d0fdf7 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 ]; }; }