diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-21 01:59:42 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-21 02:05:20 -0400 |
commit | 61ee4fdf05cf866c2c8b0d056104451e798d6567 (patch) | |
tree | 296a11d20ce11f3f4d91b534c3cf0cc9fc056bb5 /gnu | |
parent | c0eac5a86246a2c8eb4fe3177a64cfc9687cf5e0 (diff) | |
download | patches-61ee4fdf05cf866c2c8b0d056104451e798d6567.tar patches-61ee4fdf05cf866c2c8b0d056104451e798d6567.tar.gz |
gnu: mercurial: Change source URI scheme to https.
* gnu/packages/version-control.scm (mercurial)[source]: Change URI scheme to
https.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index c3f501b4a4..6623285604 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -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 |