Merge pull request #119230 from dotlambda/isbnlib-license

pythonPackages.isbnlib: clarify license
This commit is contained in:
Martin Weinelt 2021-04-12 17:26:56 +02:00 committed by GitHub
commit 08256f7d38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Extract, clean, transform, hyphenate and metadata for ISBNs";
homepage = "https://github.com/xlcnd/isbnlib";
license = licenses.lgpl3;
license = licenses.lgpl3Only;
maintainers = with maintainers; [ dotlambda ];
};
}