python-packages: fix some licenses (close #11189)

This commit is contained in:
Frederik Rietdijk 2015-11-21 18:23:13 +01:00 committed by Vladimír Čunát
parent 88cde6a73d
commit 25d537d06a

View File

@ -9232,7 +9232,7 @@ let
meta = { meta = {
description = "A module for monitoring memory usage of a python program"; description = "A module for monitoring memory usage of a python program";
homepage = http://pypi.python.org/pypi/memory_profiler; homepage = http://pypi.python.org/pypi/memory_profiler;
license = licenses.bsd; license = licenses.bsd3;
}; };
}; };
@ -10176,7 +10176,7 @@ let
meta = { meta = {
homepage = http://nipy.org/nipype/; homepage = http://nipy.org/nipype/;
description = "Neuroimaging in Python: Pipelines and Interfaces"; description = "Neuroimaging in Python: Pipelines and Interfaces";
license = "BSD"; license = licenses.bsd3;
}; };
}; };
@ -13540,7 +13540,7 @@ let
meta = { meta = {
homepage = http://babel.edgewall.org; homepage = http://babel.edgewall.org;
description = "A collection of tools for internationalizing Python applications"; description = "A collection of tools for internationalizing Python applications";
license = "BSD"; license = licenses.bsd3;
maintainers = with maintainers; [ garbas ]; maintainers = with maintainers; [ garbas ];
}; };
}); });