guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: shepherd: Fetch code from 'mirror://gnu'.


From: guix-commits
Subject: branch master updated: gnu: shepherd: Fetch code from 'mirror://gnu'.
Date: Sat, 13 May 2023 11:26:56 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 18d6173214 gnu: shepherd: Fetch code from 'mirror://gnu'.
18d6173214 is described below

commit 18d6173214eb82781b36d041bab99494c653f979
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat May 13 17:25:48 2023 +0200

    gnu: shepherd: Fetch code from 'mirror://gnu'.
    
    * gnu/packages/admin.scm (shepherd-0.10): Fix URL.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c0944685ea..047b0ebcc6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -373,7 +373,7 @@ interface and is based on GNU Guile.")
     (version "0.10.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"https://alpha.gnu.org/gnu/shepherd/shepherd-";
+              (uri (string-append "mirror://gnu/shepherd/shepherd-"
                                   version ".tar.gz"))
               (sha256
                (base32



reply via email to

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