python310Packages.pypdf2: update meta

This commit is contained in:
Mario Rodas 2022-09-18 10:49:00 +00:00
parent ebded4bf7f
commit 56b5923677

View File

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