From 5c45f341f168c722277bf0bf5330caff8b1bf7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 2 Jul 2017 01:09:33 +0100 Subject: [PATCH] pythonPackages.intervaltree: fix evaluation --- pkgs/top-level/python-packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index fedffe15894..5be1a91e711 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -30178,7 +30178,7 @@ EOF description = "Unicorn CPU emulator engine"; homepage = "http://www.unicorn-engine.org/"; license = [ licenses.gpl2 ]; - maintainers = with stdenv.maintainers; [ bennofs ]; + maintainers = [ maintainers.bennofs ]; }; }; @@ -30202,8 +30202,8 @@ EOF meta = with pkgs.stdenv.lib; { description = "Editable interval tree data structure for Python 2 and 3"; homepage = https://github.com/chaimleib/intervaltree; - license = [ licenses.asl2 ]; - maintainers = with stdenv.maintainers; [ bennofs ]; + license = [ licenses.asl20 ]; + maintainers = [ maintainers.bennofs ]; }; };