mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: subversion: Use https.
* gnu/packages/version-control.scm (subversion)[source]: Use https. [home-page]: Use https.
This commit is contained in:
parent
aac42d7885
commit
ce84c924ac
1 changed files with 2 additions and 2 deletions
|
@ -685,7 +685,7 @@ (define-public subversion
|
|||
(version "1.8.16")
|
||||
(source (origin
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -739,7 +739,7 @@ (define-public subversion
|
|||
("python" ,python-2) ; incompatible with Python 3 (print syntax)
|
||||
("sqlite" ,sqlite)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "http://subversion.apache.org/")
|
||||
(home-page "https://subversion.apache.org/")
|
||||
(synopsis "Revision control system")
|
||||
(description
|
||||
"Subversion exists to be universally recognized and adopted as a
|
||||
|
|
Loading…
Reference in a new issue