guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/16: gnu: mysql: Use HTTPS.


From: Tobias Geerinckx-Rice
Subject: 01/16: gnu: mysql: Use HTTPS.
Date: Wed, 15 Aug 2018 21:02:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7fe3a57ac541fb71d5a88ebece6dc19a236c8d9c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 15 23:12:31 2018 +0200

    gnu: mysql: Use HTTPS.
    
    * gnu/packages/databases.scm (mysql)[source, home-page]: Use HTTPS.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index dc2c85b..87c925a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]