lol

Merge pull request #191170 from rkoe/pypdf2-homepage-fix

PyPDF2: Update homepage

authored by

Mario Rodas and committed by
GitHub
e63aba35 d6d82b91

+1 -1
+1 -1
pkgs/development/python-modules/pypdf2/default.nix
··· 31 31 32 32 meta = with lib; { 33 33 description = "A Pure-Python library built as a PDF toolkit"; 34 - homepage = "https://github.com/py-pdf/PyPDF2"; 34 + homepage = "https://pypdf2.readthedocs.io/"; 35 35 changelog = "https://github.com/py-pdf/PyPDF2/raw/${version}/CHANGELOG.md"; 36 36 license = licenses.bsd3; 37 37 maintainers = with maintainers; [ desiderius vrthra ];