python/tinycss: Switch homepage to https.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
4009adab0f
commit
fbe2269dc7
|
@ -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: 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: 3 modules: CSS Color 3, CSS Fonts 3, CSS Paged Media 3.
|
||||||
tinycss:
|
tinycss:
|
||||||
tinycss: Homepage: http://tinycss.readthedocs.io/en/latest/
|
tinycss: Homepage: https://tinycss.readthedocs.io/en/latest/
|
||||||
tinycss:
|
tinycss:
|
||||||
tinycss:
|
tinycss:
|
||||||
tinycss:
|
tinycss:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PRGNAM="tinycss"
|
PRGNAM="tinycss"
|
||||||
VERSION="0.4"
|
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"
|
DOWNLOAD="https://pypi.python.org/packages/05/59/af583fff6236c7d2f94f8175c40ce501dcefb8d1b42e4bb7a2622dff689e/tinycss-0.4.tar.gz"
|
||||||
MD5SUM="36b7b0e48081ebff5e6d7bbd40ad21da"
|
MD5SUM="36b7b0e48081ebff5e6d7bbd40ad21da"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
|
|
Loading…
Reference in New Issue