aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/spec.snippets
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2020-08-13 18:33:01 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 17:01:44 +0100
commit85eeaa75051dcb9de30e9248b5d8f08749ed2c0f (patch)
tree15ddc7e3806985eec2a2aea738b6174eff4fdd89 /snippets/spec.snippets
parenta7ebab972ec8f6e768468782d7bb5b7e59ff2925 (diff)
downloadvim-suse-changes-85eeaa75051dcb9de30e9248b5d8f08749ed2c0f.tar.gz
fix(snippets): use correct URL for pyurl snippet
Diffstat (limited to 'snippets/spec.snippets')
-rw-r--r--snippets/spec.snippets2
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