python/tinycss: Switch homepage to https.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2018-10-14 16:30:53 +01:00 committed by Willy Sudiarto Raharjo
parent 4009adab0f
commit fbe2269dc7
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ tinycss: tinycss is a complete yet simple CSS parser for Python. It supports
tinycss: the full syntax and error handling for CSS 2.1 as well as some CSS
tinycss: 3 modules: CSS Color 3, CSS Fonts 3, CSS Paged Media 3.
tinycss:
tinycss: Homepage: http://tinycss.readthedocs.io/en/latest/
tinycss: Homepage: https://tinycss.readthedocs.io/en/latest/
tinycss:
tinycss:
tinycss:

View File

@ -1,6 +1,6 @@
PRGNAM="tinycss"
VERSION="0.4"
HOMEPAGE="http://tinycss.readthedocs.io/en/latest/"
HOMEPAGE="https://tinycss.readthedocs.io/en/latest/"
DOWNLOAD="https://pypi.python.org/packages/05/59/af583fff6236c7d2f94f8175c40ce501dcefb8d1b42e4bb7a2622dff689e/tinycss-0.4.tar.gz"
MD5SUM="36b7b0e48081ebff5e6d7bbd40ad21da"
DOWNLOAD_x86_64=""