about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-12-31 10:09:16 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2016-12-31 10:09:16 +0100
commit6210641031fadb93c3b6adbcb24a875f38531e38 (patch)
treef48912a2af079e440633457a84e5895580cbbb4c /pkgs/applications/networking/flexget
parent9a330645d1b90e17d1238fe1a61ac9b460f9241b (diff)
flexget: fix eval
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index caa5a3e0b7a98..f7dd961830705 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