Index: head/devel/py-toolz/pkg-descr =================================================================== --- head/devel/py-toolz/pkg-descr (revision 476906) +++ head/devel/py-toolz/pkg-descr (revision 476907) @@ -1,12 +1,12 @@ toolz is implemented in three parts: * itertoolz, for operations on iterables. Examples: groupby, unique, interpose, * functoolz, for higher-order functions. Examples: memoize, curry, compose * dicttoolz, for operations on dictionaries. Examples: assoc, update-in, merge. These functions come from the legacy of functional languages for list processing. They interoperate well to accomplish common complex tasks. -WWW: http://github.com/pytoolz/toolz/ +WWW: https://github.com/pytoolz/toolz