Skip to content

Commit 4755fbc

Browse files
committed
python-qui-server: Fix broken download link
1 parent 0124028 commit 4755fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/python-qui-server/python-qui-server.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
################################################################################
66

77
PYTHON_QUI_SERVER_VERSION = 1.17.1
8-
PYTHON_QUI_SERVER_SOURCE = qui-server-$(PYTHON_QUI_SERVER_VERSION).tar.gz
9-
PYTHON_QUI_SERVER_SITE = https://pypi.io/packages/source/q/qui-server
8+
PYTHON_QUI_SERVER_SOURCE = qui_server-$(PYTHON_QUI_SERVER_VERSION).tar.gz
9+
PYTHON_QUI_SERVER_SITE = https://files.pythonhosted.org/packages/10/98/24f60769f137f07171d22c2581cc85b7c824d644039e0be68c00c31a7b76
1010
PYTHON_QUI_SERVER_SETUP_TYPE = setuptools
1111
PYTHON_QUI_SERVER_LICENSE = Apache-2.0
1212
PYTHON_QUI_SERVER_LICENSE_FILES = LICENSE.txt

0 commit comments

Comments
 (0)