Skip to content

Commit 5c45f34

Browse files
committedJul 2, 2017
pythonPackages.intervaltree: fix evaluation
1 parent d2d62e4 commit 5c45f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/top-level/python-packages.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -30178,7 +30178,7 @@ EOF
3017830178
description = "Unicorn CPU emulator engine";
3017930179
homepage = "http://www.unicorn-engine.org/";
3018030180
license = [ licenses.gpl2 ];
30181-
maintainers = with stdenv.maintainers; [ bennofs ];
30181+
maintainers = [ maintainers.bennofs ];
3018230182
};
3018330183
};
3018430184

@@ -30202,8 +30202,8 @@ EOF
3020230202
meta = with pkgs.stdenv.lib; {
3020330203
description = "Editable interval tree data structure for Python 2 and 3";
3020430204
homepage = https://github.com/chaimleib/intervaltree;
30205-
license = [ licenses.asl2 ];
30206-
maintainers = with stdenv.maintainers; [ bennofs ];
30205+
license = [ licenses.asl20 ];
30206+
maintainers = [ maintainers.bennofs ];
3020730207
};
3020830208
};
3020930209

0 commit comments

Comments
 (0)
Please sign in to comment.