Merge pull request #119302 from dotlambda/isbnlib-license

pythonPackages.isbnlib: correct license
This commit is contained in:
Fabian Affolter 2021-04-13 10:44:42 +02:00 committed by GitHub
commit 4d8ed1411b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.lgpl3Only;
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ dotlambda ];
};
}