forked from mirrors/nixpkgs
python-packages: fix some licenses (close #11189)
This commit is contained in:
parent
88cde6a73d
commit
25d537d06a
|
@ -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 ];
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue