gnu: lsof: Add to mirror list.
* gnu/packages/lsof.scm (lsof)[source]: Add to mirror list.
This commit is contained in:
parent
90f83099e8
commit
d5fa9fd1fe
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue