mailman-web: add myself as a maintainer

This commit is contained in:
Peter Simons 2020-02-04 14:38:59 +01:00
parent e2867af1b2
commit 5717f312a4

View File

@ -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 ];
};
}