guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: flashrom: Use HTTPS for home page.


From: Tobias Geerinckx-Rice
Subject: 10/11: gnu: flashrom: Use HTTPS for home page.
Date: Sat, 13 Jan 2018 15:35:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 291b5de9ce635007186babca6859504ced2f9dd6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 13 21:16:23 2018 +0100

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

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index ef43310..c5c3ce3 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -76,7 +76,7 @@
                         (string-append (assoc-ref inputs "dmidecode")
                                        "/sbin/dmidecode"))))
              #t)))))
-    (home-page "http://flashrom.org/";)
+    (home-page "https://flashrom.org/";)
     (synopsis "Identify, read, write, erase, and verify ROM/flash chips")
     (description
      "flashrom is a utility for identifying, reading, writing,



reply via email to

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