diff --git a/build-aux/update-guix-package.scm b/build-aux/update-guix-package.scm index b86fbeec87d..d37229c5ecc 100644 --- a/build-aux/update-guix-package.scm +++ b/build-aux/update-guix-package.scm @@ -126,7 +126,7 @@ COMMIT. PROC receives the temporary directory file name as an argument." (invoke "git" "worktree" "remove" "--force" tmp-directory)))))) (define %guix-git-repo-push-url-regexp - "(git.guix.gnu.org|codeberg.org/guix)/guix.git \\(push\\)") + "(git.guix.gnu.org|codeberg.org/guix)/guix(.git)? \\(push\\)") (define-syntax-rule (with-input-pipe-to-string prog arg ...) (let* ((input-pipe (open-pipe* OPEN_READ prog arg ...))