flexget: fix eval

This commit is contained in:
Frederik Rietdijk 2016-12-31 10:09:16 +01:00
parent 9a330645d1
commit 6210641031

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = {
homepage = http://flexget.com/;
description = "Multipurpose automation tool for content like torrents";
license = licenses.mit;
maintainers = with maintainers; [ domenkozar ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ domenkozar ];
};
}