gnu: lsof: Add to mirror list.
* gnu/packages/lsof.scm (lsof)[source]: Add to mirror list.master
parent
90f83099e8
commit
d5fa9fd1fe
|
@ -43,6 +43,9 @@
|
||||||
(string-append
|
(string-append
|
||||||
"ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_"
|
"ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_"
|
||||||
version ".tar.bz2")
|
version ".tar.bz2")
|
||||||
|
(string-append
|
||||||
|
"ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/lsof_"
|
||||||
|
version ".tar.bz2")
|
||||||
(string-append
|
(string-append
|
||||||
"ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_"
|
"ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_"
|
||||||
version ".tar.bz2")))
|
version ".tar.bz2")))
|
||||||
|
|
Reference in New Issue