mailnag: mark broken

This commit is contained in:
superherointj 2022-09-23 13:03:03 -03:00
parent d263191066
commit 9851ea855e

@ -103,5 +103,6 @@ python3Packages.buildPythonApplication rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ doronbehar ];
broken = true; # at 2022-09-23
};
}