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:
This commit is contained in:
parent
0bc86a6cdd
commit
569b475671
@ -23,7 +23,7 @@ import ./generic.nix (rec {
|
|||||||
supports many file formats, and provides powerful image
|
supports many file formats, and provides powerful image
|
||||||
processing and graphics capabilities.
|
processing and graphics capabilities.
|
||||||
'';
|
'';
|
||||||
license = "http://www.pythonware.com/products/pil/license.htm";
|
license = licenses.hpnd;
|
||||||
maintainers = with maintainers; [ goibhniu prikhi SuperSandro2000 ];
|
maintainers = with maintainers; [ goibhniu prikhi SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
} // args )
|
} // args )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user