Merge pull request #119230 from dotlambda/isbnlib-license

pythonPackages.isbnlib: clarify license

authored by

Martin Weinelt and committed by
GitHub
08256f7d 1781eead

+1 -1
+1 -1
pkgs/development/python-modules/isbnlib/default.nix
··· 27 27 meta = with lib; { 28 28 description = "Extract, clean, transform, hyphenate and metadata for ISBNs"; 29 29 homepage = "https://github.com/xlcnd/isbnlib"; 30 - license = licenses.lgpl3; 30 + license = licenses.lgpl3Only; 31 31 maintainers = with maintainers; [ dotlambda ]; 32 32 }; 33 33 }