python-progressbar: fix license attribute
This commit is contained in:
parent
2540b66ef9
commit
7408c3babf
@ -2627,7 +2627,7 @@ pythonPackages = python.modules // rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://code.google.com/p/python-progressbar/;
|
homepage = http://code.google.com/p/python-progressbar/;
|
||||||
description = "Text progressbar library for python";
|
description = "Text progressbar library for python";
|
||||||
license = stdenv.lib.licenses.lgpl;
|
license = stdenv.lib.licenses.lgpl3Plus;
|
||||||
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user