Sat, 02 May 2020 14:04:18 +0200
setup.py: corrected the links to the source code repository and the issues tracker.
(grafted from 0f25563f8ff46fc63e65e83722a30da5a60070e7)
setup.py | file | annotate | diff | comparison | revisions |
--- a/setup.py Sat May 02 13:51:48 2020 +0200 +++ b/setup.py Sat May 02 14:04:18 2020 +0200 @@ -275,8 +275,8 @@ author_email="detlev@die-offenbachs.de", url="https://eric-ide.python-projects.org", project_urls={ - "Source Code": "https://die-offenbachs.homelinux.org/hg/eric/", - "Issues Tracker": "https://die-offenbachs.homelinux.org/issues/", + "Source Code": "https://hg.die-offenbachs.homelinux.org/eric/", + "Issues Tracker": "https://tracker.die-offenbachs.homelinux.org/", }, platforms=["Linux", "Windows", "macOS"], license="GPLv3",