gnu: procps: Explain why a mirror:// URI isn't used.
* gnu/packages/linux.scm (procps): Add a comment explaining why we don't use a mirror:// URI.
This commit is contained in:
parent
104785238c
commit
0e259d7e50
|
@ -437,6 +437,8 @@ providing the system administrator with some help in common tasks.")
|
|||
(version "3.2.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; A mirror://sourceforge URI doesn't work, presumably becuase
|
||||
;; the SourceForge project is misconfigured.
|
||||
(uri (string-append "http://procps.sourceforge.net/procps-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in New Issue