From 569b4756716c19ed080d57e0e67dc89c5cd30809 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 3 Feb 2021 18:44:05 +0100 Subject: [PATCH] python3Packages.pillow: update license The url does not resolve anymore and after checking the current LICENSE at https://github.com/python-pillow/Pillow/blob/master/LICENSE it states that it is simply the HPND license. > Like PIL, Pillow is licensed under the open source HPND License: --- pkgs/development/python-modules/pillow/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pillow/default.nix b/pkgs/development/python-modules/pillow/default.nix index f8a1a2cfc65..5597f459219 100644 --- a/pkgs/development/python-modules/pillow/default.nix +++ b/pkgs/development/python-modules/pillow/default.nix @@ -23,7 +23,7 @@ import ./generic.nix (rec { supports many file formats, and provides powerful image processing and graphics capabilities. ''; - license = "http://www.pythonware.com/products/pil/license.htm"; + license = licenses.hpnd; maintainers = with maintainers; [ goibhniu prikhi SuperSandro2000 ]; }; } // args )