diff --git a/build-aux/update-guix-package.scm b/build-aux/update-guix-package.scm index d37229c5ec..62a7ca4637 100644 --- a/build-aux/update-guix-package.scm +++ b/build-aux/update-guix-package.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2017, 2018 Ludovic Courtès +;;; Copyright © 2017-2018, 2025 Ludovic Courtès ;;; Copyright © 2020, 2025 Maxim Cournoyer ;;; ;;; This file is part of GNU Guix. @@ -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|git@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 ...))