pythonPackages.isbnlib: correct license
https://github.com/xlcnd/isbnlib/issues/77 says it is lgpl3Plus.
This commit is contained in:
parent
01a8cc220f
commit
c902fbddac
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Extract, clean, transform, hyphenate and metadata for ISBNs";
|
description = "Extract, clean, transform, hyphenate and metadata for ISBNs";
|
||||||
homepage = "https://github.com/xlcnd/isbnlib";
|
homepage = "https://github.com/xlcnd/isbnlib";
|
||||||
license = licenses.lgpl3Only;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue