Archived
1
0
Fork 0

gnu: python-pillow: Update homepage.

* gnu/packages/python.scm (python-pillow)[homepage]: Update URL.
This commit is contained in:
Kei Kebreau 2019-01-12 16:39:26 -05:00
parent acbf312573
commit ea600ff709
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -4112,7 +4112,7 @@ the OleFileIO module from PIL, the Python Image Library.")
(add-installed-pythonpath inputs outputs) (add-installed-pythonpath inputs outputs)
(invoke "python" "selftest.py" "--installed") (invoke "python" "selftest.py" "--installed")
(invoke "python" "-m" "pytest" "-vv"))))))) (invoke "python" "-m" "pytest" "-vv")))))))
(home-page "https://pypi.python.org/pypi/Pillow") (home-page "https://python-pillow.org")
(synopsis "Fork of the Python Imaging Library") (synopsis "Fork of the Python Imaging Library")
(description (description
"The Python Imaging Library adds image processing capabilities to your "The Python Imaging Library adds image processing capabilities to your