0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF
3 changed files with 16 additions and 1 deletions

View file

@ -16,4 +16,11 @@ buildPythonPackage rec {
];
doCheck = false;
meta = with stdenv.lib; {
description = "Django library for Mailman UIs";
homepage = https://gitlab.com/mailman/django-mailman3;
license = licenses.gpl3;
maintainers = with maintainers; [ globin peti ];
};
}