pythonPackages.isbnlib: clarify license
This commit is contained in:
parent
a1db6dd4c4
commit
01a8cc220f
@ -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.lgpl3;
|
license = licenses.lgpl3Only;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user