gnu: shepherd: Fetch code from 'mirror://gnu'.
* gnu/packages/admin.scm (shepherd-0.10): Fix URL.master
parent
134c10241a
commit
18d6173214
|
@ -373,7 +373,7 @@ interface and is based on GNU Guile.")
|
||||||
(version "0.10.0")
|
(version "0.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://alpha.gnu.org/gnu/shepherd/shepherd-"
|
(uri (string-append "mirror://gnu/shepherd/shepherd-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in New Issue