guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: picprog: Use HTTPS home page.


From: guix-commits
Subject: 03/16: gnu: picprog: Use HTTPS home page.
Date: Thu, 12 Mar 2020 00:12:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dd8cf0097e899d0285756429cc29706ebf4211e7
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:28:54 2020 +0100

    gnu: picprog: Use HTTPS home page.
    
    * gnu/packages/embedded.scm (picprog)[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 136add4..46c7a03 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1125,7 +1125,7 @@ SPI, I2C, JTAG.")
          (delete 'configure))))
     (synopsis "Programs Microchip's PIC microcontrollers")
     (description "This program programs Microchip's PIC microcontrollers.")
-    (home-page "http://hyvatti.iki.fi/~jaakko/pic/picprog.html";)
+    (home-page "https://hyvatti.iki.fi/~jaakko/pic/picprog.html";)
     (license license:gpl3+)))
 
 (define-public fc-host-tools



reply via email to

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