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
commit e44d763b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
};
}