guix-commits
[Top][All Lists]
Advanced

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

11/19: gnu: libftdi: Use HTTPS for package source.


From: guix-commits
Subject: 11/19: gnu: libftdi: Use HTTPS for package source.
Date: Thu, 14 Sep 2023 17:45:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ea2376a4f5f0bd82ac0b74521b656123fc39fba5
Author: Simon South <simon@simonsouth.net>
AuthorDate: Thu Sep 7 12:37:51 2023 -0400

    gnu: libftdi: Use HTTPS for package source.
    
    * gnu/packages/libftdi.scm (libftdi)[source]: Use HTTPS.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/libftdi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libftdi.scm b/gnu/packages/libftdi.scm
index 4cfa1d3424..b881aa5cc2 100644
--- a/gnu/packages/libftdi.scm
+++ b/gnu/packages/libftdi.scm
@@ -32,7 +32,7 @@
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://www.intra2net.com/en/developer/libftdi/download/";
+                    "https://www.intra2net.com/en/developer/libftdi/download/";
                     "libftdi1-" version ".tar.bz2"))
               (sha256
                (base32



reply via email to

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