We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d2d62e4 commit 5c45f34Copy full SHA for 5c45f34
pkgs/top-level/python-packages.nix
@@ -30178,7 +30178,7 @@ EOF
30178
description = "Unicorn CPU emulator engine";
30179
homepage = "http://www.unicorn-engine.org/";
30180
license = [ licenses.gpl2 ];
30181
- maintainers = with stdenv.maintainers; [ bennofs ];
+ maintainers = [ maintainers.bennofs ];
30182
};
30183
30184
@@ -30202,8 +30202,8 @@ EOF
30202
meta = with pkgs.stdenv.lib; {
30203
description = "Editable interval tree data structure for Python 2 and 3";
30204
homepage = https://github.com/chaimleib/intervaltree;
30205
- license = [ licenses.asl2 ];
30206
+ license = [ licenses.asl20 ];
30207
30208
30209
0 commit comments