diff options
Diffstat (limited to 'scripts/paku')
-rwxr-xr-x | scripts/paku | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/paku b/scripts/paku index a7e7806..dd56066 100755 --- a/scripts/paku +++ b/scripts/paku @@ -1,7 +1,7 @@ #!/bin/sh set -eu -TARBALL_TEMPLATE='https://git.euandreh.xyz/@NAME@/snapshot/@NAME@-@VERSION@.tar.gz' +TARBALL_TEMPLATE='https://euandreh.xyz/@NAME@.git/snapshot/@NAME@-@VERSION@.tar.gz' tarball_url() { NAME="$1" |