gnu: mysql: Use HTTPS.

* gnu/packages/databases.scm (mysql)[source, home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-08-15 23:12:31 +02:00
parent de30205ba0
commit 7fe3a57ac5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -555,11 +555,11 @@ RDBMS systems (which are deep in functionality).")
(source (origin
(method url-fetch)
(uri (list (string-append
"http://dev.mysql.com/get/Downloads/MySQL-"
"https://dev.mysql.com/get/Downloads/MySQL-"
(version-major+minor version) "/"
name "-" version ".tar.gz")
(string-append
"http://downloads.mysql.com/archives/get/file/"
"https://downloads.mysql.com/archives/get/file/"
name "-" version ".tar.gz")))
(sha256
(base32
@ -616,7 +616,7 @@ RDBMS systems (which are deep in functionality).")
("ncurses" ,ncurses)
("openssl" ,openssl)
("zlib" ,zlib)))
(home-page "http://www.mysql.com/")
(home-page "https://www.mysql.com/")
(synopsis "Fast, easy to use, and popular database")
(description
"MySQL is a fast, reliable, and easy to use relational database