Fix licenses. My fixes were more carefully checked against sources and home page license claims :)

This commit is contained in:
Evgeny Egorochkin
2013-07-14 02:08:03 +03:00
parent 22e62bc467
commit bb48cab777
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Creates C++ bindings for Python modules";
license = licenses.gpl3Plus;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lovek323 sander urkud ];
platforms = platforms.all;
};