summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-01-12 16:39:26 -0500
committerKei Kebreau <kkebreau@posteo.net>2019-01-12 16:39:26 -0500
commitea600ff709f6688589435b8bd617341ee03def78 (patch)
tree321f4f2dbf37325368dfc2ae79da842986e35bca /gnu/packages/python.scm
parentacbf312573be8a1f211986169710dd77d460f189 (diff)
downloadguix-patches-ea600ff709f6688589435b8bd617341ee03def78.tar
guix-patches-ea600ff709f6688589435b8bd617341ee03def78.tar.gz
gnu: python-pillow: Update homepage.
* gnu/packages/python.scm (python-pillow)[homepage]: Update URL.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d412ee5077..86ff4f2044 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4112,7 +4112,7 @@ the OleFileIO module from PIL, the Python Image Library.")
(add-installed-pythonpath inputs outputs)
(invoke "python" "selftest.py" "--installed")
(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")
(description
"The Python Imaging Library adds image processing capabilities to your