PyPDF2: Update homepage

This commit is contained in:
Roland Freikamp 2022-09-14 12:19:36 +02:00 committed by Mario Rodas
parent e685b1c508
commit 1de28f9abe

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 ];