guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: libjaylink: Use HTTPS home page.


From: guix-commits
Subject: 12/14: gnu: libjaylink: Use HTTPS home page.
Date: Mon, 16 Mar 2020 23:51:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f4766a181018c84327d840f0a7e6c9d4e38c04d4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 00:15:41 2020 +0100

    gnu: libjaylink: Use HTTPS home page.
    
    * gnu/packages/embedded.scm (libjaylink)[home-page]: Use HTTPS.
---
 gnu/packages/embedded.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 46c7a03..131a928 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -450,7 +450,7 @@ languages are C and C++.")
          ("pkg-config" ,pkg-config)))
       (inputs
        `(("libusb" ,libusb)))
-      (home-page "http://repo.or.cz/w/libjaylink.git";)
+      (home-page "https://repo.or.cz/w/libjaylink.git";)
       (synopsis "Library to interface Segger J-Link devices")
       (description "libjaylink is a shared library written in C to access
 SEGGER J-Link and compatible devices.")



reply via email to

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