diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index caa5a3e0b7a9..f7dd96183070 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -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 ]; }; } \ No newline at end of file