Skip to content
Snippets Groups Projects
Unverified Commit 291b5de9 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: flashrom: Use HTTPS for home page.

* gnu/packages/flashing-tools.scm (flashrom)[home-page]: Use HTTPS.
parent a178e83b
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ (define-public flashrom ...@@ -76,7 +76,7 @@ (define-public flashrom
(string-append (assoc-ref inputs "dmidecode") (string-append (assoc-ref inputs "dmidecode")
"/sbin/dmidecode")))) "/sbin/dmidecode"))))
#t))))) #t)))))
(home-page "http://flashrom.org/") (home-page "https://flashrom.org/")
(synopsis "Identify, read, write, erase, and verify ROM/flash chips") (synopsis "Identify, read, write, erase, and verify ROM/flash chips")
(description (description
"flashrom is a utility for identifying, reading, writing, "flashrom is a utility for identifying, reading, writing,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment