flexget: fix eval
This commit is contained in:
parent
9a330645d1
commit
6210641031
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://flexget.com/;
|
homepage = http://flexget.com/;
|
||||||
description = "Multipurpose automation tool for content like torrents";
|
description = "Multipurpose automation tool for content like torrents";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ domenkozar ];
|
maintainers = with lib.maintainers; [ domenkozar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user