From ea600ff709f6688589435b8bd617341ee03def78 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Sat, 12 Jan 2019 16:39:26 -0500 Subject: gnu: python-pillow: Update homepage. * gnu/packages/python.scm (python-pillow)[homepage]: Update URL. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3