diff options
Diffstat (limited to 'snippets/spec.snippets')
-rw-r--r-- | snippets/spec.snippets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/spec.snippets b/snippets/spec.snippets index 2848896..7c7d471 100644 --- a/snippets/spec.snippets +++ b/snippets/spec.snippets @@ -5,7 +5,7 @@ snippet nopy %define skip_python2 1 snippet pyurl - Source: https://pypi.python.org/packages/source/X/%{modname}/%{modname}-%{version}.tar.gz + Source: https://files.pythonhosted.org/packages/source/X/%{modname}/%{modname}-%{version}.tar.gz snippet ghurl Source: https://github.com/XXX/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz |