diff options
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/spec.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |