diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-13 21:16:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-13 21:25:42 +0100 |
commit | 291b5de9ce635007186babca6859504ced2f9dd6 (patch) | |
tree | 371c862f607836c462ada98e4af7c4796b5ea3e0 /gnu/packages/flashing-tools.scm | |
parent | a178e83b9987856dca1881ed4e4e599e0460928d (diff) |
gnu: flashrom: Use HTTPS for home page.
* gnu/packages/flashing-tools.scm (flashrom)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/flashing-tools.scm')
-rw-r--r-- | gnu/packages/flashing-tools.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm index ef43310d77..c5c3ce3f0d 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, |