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

PyPDF2: Update homepage
This commit is contained in:
Mario Rodas 2022-10-23 18:30:49 -05:00 committed by GitHub
commit e63aba352c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Pure-Python library built as a PDF toolkit";
homepage = "https://github.com/py-pdf/PyPDF2";
homepage = "https://pypdf2.readthedocs.io/";
changelog = "https://github.com/py-pdf/PyPDF2/raw/${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ desiderius vrthra ];