mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #191170 from rkoe/pypdf2-homepage-fix
PyPDF2: Update homepage
This commit is contained in:
commit
e63aba352c
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue