diff options
author | EuAndreh <eu@euandre.org> | 2023-03-28 10:55:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-28 10:55:59 -0300 |
commit | e59c20bf6a13190c19260f05cf45b8bdc9573848 (patch) | |
tree | 715954cef9f2a8ee9be80592161efa6956f26576 /Makefile | |
parent | Revert "queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file arg... (diff) | |
download | package-repository-e59c20bf6a13190c19260f05cf45b8bdc9573848.tar.gz package-repository-e59c20bf6a13190c19260f05cf45b8bdc9573848.tar.xz |
Makefile: Use official HTTP version of Git remote
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ check-guix: result-local.sentinel result-internet.sentinel $(test-config-files) done HTTP-REMOTE = 'https://euandre.org/s/package-repository' -GIT-REMOTE = 'git://euandre.org/package-repository' +GIT-REMOTE = 'https://euandre.org/git/package-repository' check-ubuntu-x86_64-deb: sh tests/vm-check.sh -x -H ubuntu-x86_64-headless -r $(HTTP-REMOTE) -t deb |