Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks

This commit is contained in:
Vale
2016-03-05 14:19:01 -05:00
parent e3bc44d5f2
commit 6f4f45198e
104 changed files with 439 additions and 601 deletions

View File

@@ -3,11 +3,9 @@ DESCRIPTION="
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)."
HOMEPAGE="
https://github.com/html2text/html2text.py
HOMEPAGE="https://github.com/html2text/html2text.py
https://github.com/Alir3z4/html2text
https://pypi.python.org/pypi/html2text
"
https://pypi.python.org/pypi/html2text"
COPYRIGHT="2004-2008 Aaron Swartz"
LICENSE="GNU GPL v3"
REVISION="1"