mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: shepherd: Fetch code from 'mirror://gnu'.
* gnu/packages/admin.scm (shepherd-0.10): Fix URL.
This commit is contained in:
parent
134c10241a
commit
18d6173214
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ (define-public shepherd-0.10
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue