python/threadpool: Update HOMEPAGE.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-05-21 15:49:43 +07:00
parent 59b65289e7
commit daa12f5d86
2 changed files with 2 additions and 2 deletions

View file

@ -14,6 +14,6 @@ threadpool: threads by putting them in a work request queue, where they are pick
threadpool: up by the next available thread. This then performs the requested
threadpool: operation in the background and puts the results in another queue.
threadpool:
threadpool: homepage : http://chrisarndt.de/projects/threadpool/
threadpool: homepage : https://chrisarndt.de/projects/threadpool/
threadpool:
threadpool:

View file

@ -1,6 +1,6 @@
PRGNAM="threadpool"
VERSION="1.3.2"
HOMEPAGE="http://chrisarndt.de/projects/threadpool/"
HOMEPAGE="https://chrisarndt.de/projects/threadpool/"
DOWNLOAD="https://pypi.python.org/packages/1f/0f/e14266504330f08e8cddfe1bc03198a94193770c6740a4836985e8a64b5f/threadpool-1.3.2.tar.bz2"
MD5SUM="343bd94fa32effcc9367d382323b4cb3"
DOWNLOAD_x86_64=""