3
0
Fork 0
forked from mirrors/nixpkgs

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