gnu: mercurial: Change source URI scheme to https.
* gnu/packages/version-control.scm (mercurial)[source]: Change URI scheme to https.
This commit is contained in:
parent
c0eac5a862
commit
61ee4fdf05
|
@ -510,7 +510,7 @@ control to Git repositories.")
|
|||
(version "3.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://mercurial.selenic.com/release/mercurial-"
|
||||
(uri (string-append "https://mercurial.selenic.com/release/mercurial-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in New Issue