diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 19:14:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 23:14:01 +0100 |
commit | 8af77fe96b43333f05b07f02bfad41b7e7c16aa3 (patch) | |
tree | d065b4d94efdfb0f5affbde570c44d1f4a4a932d /gnu/packages/pciutils.scm | |
parent | 54a402ddd10aa90c85b7ba16c0953843c7f2c42a (diff) | |
download | guix-8af77fe96b43333f05b07f02bfad41b7e7c16aa3.tar guix-8af77fe96b43333f05b07f02bfad41b7e7c16aa3.tar.gz |
gnu: pciutils: Use HTTPS home page.
* gnu/packages/pciutils.scm (pciutils)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/pciutils.scm')
-rw-r--r-- | gnu/packages/pciutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm index e428aaedb0..e052b20776 100644 --- a/gnu/packages/pciutils.scm +++ b/gnu/packages/pciutils.scm @@ -85,7 +85,7 @@ (inputs `(("kmod" ,kmod) ("zlib" ,zlib))) - (home-page "http://mj.ucw.cz/sw/pciutils/") + (home-page "https://mj.ucw.cz/sw/pciutils/") (synopsis "Programs for inspecting and manipulating PCI devices") (description "The PCI Utilities are a collection of programs for inspecting and |