From 84e42f106b3a3a149000b4588c50879ca1a8aacd Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 9 Dec 2021 13:38:09 +0100 Subject: fix(snippets): use proper fill-in syntax for ghurl snippet. --- snippets/spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets') diff --git a/snippets/spec.json b/snippets/spec.json index 5dc03f4..b92a2d6 100644 --- a/snippets/spec.json +++ b/snippets/spec.json @@ -83,7 +83,7 @@ "ghurl" : { "prefix" : "ghurl", "body" : [ - "Source: https://github.com/XXX/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz" + "Source: https://github.com/${1:ownername}/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz" ], "description" : "URL of the upstream tarball on GitHub" }, -- cgit