Merge pull request #192640 from superherointj/broken-mailnag

mailnag: mark broken
This commit is contained in:
figsoda
2022-09-23 12:19:54 -04:00
committed by GitHub
@@ -103,5 +103,6 @@ python3Packages.buildPythonApplication rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ doronbehar ];
broken = true; # at 2022-09-23
};
}