diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-25 16:42:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-04-25 16:42:37 +0000 |
commit | c63740208199641936685ceb327218d7e846b7c8 (patch) | |
tree | 5816208a1a58cec4948e059798f42fb162cd7327 /textproc/py-html2text | |
parent | Enable experimental features. (diff) |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
Notes
Notes:
svn path=/head/; revision=468282
Diffstat (limited to 'textproc/py-html2text')
-rw-r--r-- | textproc/py-html2text/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-html2text/pkg-descr b/textproc/py-html2text/pkg-descr index ec327482bc82..55a0b5d1b0be 100644 --- a/textproc/py-html2text/pkg-descr +++ b/textproc/py-html2text/pkg-descr @@ -2,4 +2,4 @@ html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format). -WWW: https://pypi.python.org/pypi/html2text +WWW: https://pypi.org/project/html2text/ |