gnu: man-pages: Fix URL.
* gnu/packages/man.scm (man-pages): Use the 'kernel.org' mirror set.
This commit is contained in:
parent
30ce8012cd
commit
dcd3ed9cc7
|
@ -117,7 +117,7 @@ the traditional flat-text whatis databases.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://kernel/linux/docs/man-pages/man-pages-"
|
"mirror://kernel.org/linux/docs/man-pages/man-pages-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue