guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: artwork: Clone over HTTPS.


From: Ludovic Courtès
Subject: 02/05: artwork: Clone over HTTPS.
Date: Sun, 4 Nov 2018 18:08:54 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 688d1a01e45eb1277a6337987bfd53f3fe3caaec
Author: Ludovic Courtès <address@hidden>
Date:   Sun Nov 4 23:57:58 2018 +0100

    artwork: Clone over HTTPS.
    
    Suggested by Leo Famulari <address@hidden>
    at <https://lists.gnu.org/archive/html/help-guix/2018-11/msg00039.html>.
    
    * gnu/artwork.scm (%artwork-repository): Switch to HTTPS URL.
---
 gnu/artwork.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/artwork.scm b/gnu/artwork.scm
index 92498b8..35bfd0f 100644
--- a/gnu/artwork.scm
+++ b/gnu/artwork.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -33,7 +33,7 @@
     (origin
       (method git-fetch)
       (uri (git-reference
-             (url "git://git.savannah.gnu.org/guix/guix-artwork.git")
+             (url "https://git.savannah.gnu.org/git/guix/guix-artwork.git";)
              (commit commit)))
       (file-name (string-append "guix-artwork-" (string-take commit 7)
                                 "-checkout"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]