about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-23 18:30:49 -0500
committerGitHub <noreply@github.com>2022-10-23 18:30:49 -0500
commite63aba352c606802bff851d145ce28d25ede0616 (patch)
tree183898fea8cc06145f4d48fc99663b34f46cadb5 /pkgs
parentd6d82b914dfa82c5b0304ff3d20e5c295e72454c (diff)
parent1de28f9abe833a1352993da25c4da34fb7639e5a (diff)
Merge pull request #191170 from rkoe/pypdf2-homepage-fix
PyPDF2: Update homepage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pypdf2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pypdf2/default.nix b/pkgs/development/python-modules/pypdf2/default.nix
index 3bee9f61780b4..8980a9ff592ba 100644
--- a/pkgs/development/python-modules/pypdf2/default.nix
+++ b/pkgs/development/python-modules/pypdf2/default.nix
@@ -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 ];