diff options
Diffstat (limited to 'dev-python/markdown')
-rw-r--r-- | dev-python/markdown/markdown-2.6.5.ebuild | 7 | ||||
-rw-r--r-- | dev-python/markdown/markdown-2.6.8.ebuild | 5 | ||||
-rw-r--r-- | dev-python/markdown/markdown-2.6.9.ebuild | 5 |
3 files changed, 7 insertions, 10 deletions
diff --git a/dev-python/markdown/markdown-2.6.5.ebuild b/dev-python/markdown/markdown-2.6.5.ebuild index a257e31b2178..d93e671c0100 100644 --- a/dev-python/markdown/markdown-2.6.5.ebuild +++ b/dev-python/markdown/markdown-2.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,10 +12,9 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="Python implementation of the markdown markup language" HOMEPAGE=" - http://www.freewisdom.org/projects/python-markdown + https://python-markdown.github.io/ https://pypi.org/project/Markdown/ - https://pythonhosted.org/Markdown/ - https://github.com/waylan/Python-Markdown" + https://github.com/Python-Markdown/markdown" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" diff --git a/dev-python/markdown/markdown-2.6.8.ebuild b/dev-python/markdown/markdown-2.6.8.ebuild index 24caf04eba3b..f68d62ea2dfe 100644 --- a/dev-python/markdown/markdown-2.6.8.ebuild +++ b/dev-python/markdown/markdown-2.6.8.ebuild @@ -9,10 +9,9 @@ inherit distutils-r1 DESCRIPTION="Python implementation of the markdown markup language" HOMEPAGE=" - http://www.freewisdom.org/projects/python-markdown + https://python-markdown.github.io/ https://pypi.org/project/Markdown/ - https://pythonhosted.org/Markdown/ - https://github.com/waylan/Python-Markdown" + https://github.com/Python-Markdown/markdown" SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz" LICENSE="|| ( BSD GPL-2 )" diff --git a/dev-python/markdown/markdown-2.6.9.ebuild b/dev-python/markdown/markdown-2.6.9.ebuild index fe96e55f6c14..a87ef4ed9a3f 100644 --- a/dev-python/markdown/markdown-2.6.9.ebuild +++ b/dev-python/markdown/markdown-2.6.9.ebuild @@ -9,10 +9,9 @@ inherit distutils-r1 DESCRIPTION="Python implementation of the markdown markup language" HOMEPAGE=" - http://www.freewisdom.org/projects/python-markdown + https://python-markdown.github.io/ https://pypi.org/project/Markdown/ - https://pythonhosted.org/Markdown/ - https://github.com/waylan/Python-Markdown" + https://github.com/Python-Markdown/markdown" SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz" LICENSE="|| ( BSD GPL-2 )" |