From bff3e4c43cf409a041c060fd6c8bbb411545c57c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 11 Oct 2021 10:42:48 -0300 Subject: Replace git.euandreh.xyz/xxx with euandreh.xyz/xxx.git --- src/git-permalink.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git-permalink.in') diff --git a/src/git-permalink.in b/src/git-permalink.in index 17b7514..94697a3 100755 --- a/src/git-permalink.in +++ b/src/git-permalink.in @@ -86,7 +86,7 @@ lineno_with_l() { } euandreh() { - printf 'https://git.euandreh.xyz/%s/tree/%s?id=%s%s\n' \ + printf 'https://euandreh.xyz/%s.git/tree/%s?id=%s%s\n' \ "$REPOSITORY" "$FILE" "$COMMIT" "${MYLINENO:+#n$MYLINENO}" } -- cgit v1.2.3