gnu: subversion: Use https.

* gnu/packages/version-control.scm (subversion)[source]: Use https.
[home-page]: Use https.
This commit is contained in:
Efraim Flashner 2016-07-22 15:49:54 +03:00
parent aac42d7885
commit ce84c924ac
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -685,7 +685,7 @@ property manipulation.")
(version "1.8.16") (version "1.8.16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.apache.org/dist/subversion/" (uri (string-append "https://archive.apache.org/dist/subversion/"
"subversion-" version ".tar.bz2")) "subversion-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
@ -739,7 +739,7 @@ property manipulation.")
("python" ,python-2) ; incompatible with Python 3 (print syntax) ("python" ,python-2) ; incompatible with Python 3 (print syntax)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://subversion.apache.org/") (home-page "https://subversion.apache.org/")
(synopsis "Revision control system") (synopsis "Revision control system")
(description (description
"Subversion exists to be universally recognized and adopted as a "Subversion exists to be universally recognized and adopted as a