Merge pull request #34771 from Mic92/flexget

flexget: mark as broken
This commit is contained in:
Frederik Rietdijk
2018-02-09 18:49:22 +00:00
committed by GitHub

View File

@@ -75,5 +75,6 @@ buildPythonApplication rec {
description = "Multipurpose automation tool for content like torrents";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ domenkozar tari ];
broken = true; # as of 2018-02-09
};
}