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

View File

@@ -10,4 +10,12 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ six httplib2 ];
meta = with stdenv.lib; {
homepage = "http://www.gnu.org/software/mailman/";
description = "REST client for driving Mailman 3";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ peti globin ];
};
}