From 6210641031fadb93c3b6adbcb24a875f38531e38 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 31 Dec 2016 10:09:16 +0100 Subject: [PATCH] flexget: fix eval --- pkgs/applications/networking/flexget/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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