flexget: fix eval
This commit is contained in:
parent
9a330645d1
commit
6210641031
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue