summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-11-04 23:57:58 +0100
committerLudovic Courtès <ludo@gnu.org>2018-11-05 00:08:47 +0100
commit688d1a01e45eb1277a6337987bfd53f3fe3caaec (patch)
tree421fcd52bfb4958a7d9cc3d43437f27505f9b068 /gnu
parentab3c60ace3bdd376255463c6475b62f6d17e5978 (diff)
artwork: Clone over HTTPS.
Suggested by Leo Famulari <leo@famulari.name> at <https://lists.gnu.org/archive/html/help-guix/2018-11/msg00039.html>. * gnu/artwork.scm (%artwork-repository): Switch to HTTPS URL.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/artwork.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/artwork.scm b/gnu/artwork.scm
index 92498b8b239..35bfd0f967e 100644
--- a/gnu/artwork.scm
+++ b/gnu/artwork.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2014, 2015, 2018 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2017 Leo Famulari <leo@famulari.name> 3;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
4;;; 4;;;
5;;; This file is part of GNU Guix. 5;;; This file is part of GNU Guix.
@@ -33,7 +33,7 @@
33 (origin 33 (origin
34 (method git-fetch) 34 (method git-fetch)
35 (uri (git-reference 35 (uri (git-reference
36 (url "git://git.savannah.gnu.org/guix/guix-artwork.git") 36 (url "https://git.savannah.gnu.org/git/guix/guix-artwork.git")
37 (commit commit))) 37 (commit commit)))
38 (file-name (string-append "guix-artwork-" (string-take commit 7) 38 (file-name (string-append "guix-artwork-" (string-take commit 7)
39 "-checkout")) 39 "-checkout"))