mailman: add myself as a maintainer all around

This commit is contained in:
Alyssa Ross
2021-04-17 01:07:38 +00:00
parent e5cc06a1e8
commit cc10432418
7 changed files with 7 additions and 7 deletions

View File

@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Mailman archiver plugin for HyperKitty";
homepage = "https://gitlab.com/mailman/mailman-hyperkitty";
license = licenses.gpl3;
maintainers = with maintainers; [ globin peti ];
maintainers = with maintainers; [ globin peti qyliss ];
};
}