From 80e15e79233c6e77141ea18b49b4bbee4bfff06f Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 3 Feb 2020 11:01:52 +0100 Subject: fix(snippets): improve ghurl snippet --- snippets/spec.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/spec.snippets b/snippets/spec.snippets index 27e3050..84e0af8 100644 --- a/snippets/spec.snippets +++ b/snippets/spec.snippets @@ -8,7 +8,7 @@ snippet pyurl Source: https://pypi.python.org/packages/source/X/%{modname}/%{modname}-%{version}.tar.gz snippet ghurl - Source: https://github.com/XXX/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz + Source: https://github.com/XXX/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz snippet pycache %pycache_only %{python_sitelib}/__pycache__ -- cgit