mailman: add meta to python deps

This commit is contained in:
Robin Gloster
2019-08-26 22:51:33 +02:00
parent 22af3829a4
commit 4b1cc7eebf
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ buildPythonPackage rec {
homepage = https://www.gnu.org/software/mailman/;
description = "Web-based user interface for managing GNU Mailman";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ peti ];
maintainers = with stdenv.lib.maintainers; [ globin peti ];
};
}