diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-21 15:49:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:30:07 +0700 |
commit | daa12f5d86eed2be19dba827dc93936625508380 (patch) | |
tree | 9d2117f4c0746bdf55e3badbcbe6eede2aa9d4a2 | |
parent | 59b65289e781e4266edfa02fbc14a4a3d4970a37 (diff) | |
download | slackbuilds-daa12f5d86eed2be19dba827dc93936625508380.tar.gz |
python/threadpool: Update HOMEPAGE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/threadpool/slack-desc | 2 | ||||
-rw-r--r-- | python/threadpool/threadpool.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/threadpool/slack-desc b/python/threadpool/slack-desc index 2cc1bb77cd..d1a25632bd 100644 --- a/python/threadpool/slack-desc +++ b/python/threadpool/slack-desc @@ -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: diff --git a/python/threadpool/threadpool.info b/python/threadpool/threadpool.info index cdf6a3be66..352aff4428 100644 --- a/python/threadpool/threadpool.info +++ b/python/threadpool/threadpool.info @@ -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="" |