mailman-web: mark broken

This commit is contained in:
Alyssa Ross 2021-04-14 12:16:07 +00:00
parent d0ead9021e
commit 5e4fc1cc5f
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -40,5 +40,6 @@ buildPythonPackage rec {
description = "Django project for Mailman 3 web interface";
license = licenses.gpl3;
maintainers = with maintainers; [ peti qyliss ];
broken = true;
};
}