mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: pciutils: Use HTTPS home page.
* gnu/packages/pciutils.scm (pciutils)[home-page]: Use HTTPS.
This commit is contained in:
parent
54a402ddd1
commit
8af77fe96b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ (define-public pciutils
|
||||||
(inputs
|
(inputs
|
||||||
`(("kmod" ,kmod)
|
`(("kmod" ,kmod)
|
||||||
("zlib" ,zlib)))
|
("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")
|
(synopsis "Programs for inspecting and manipulating PCI devices")
|
||||||
(description
|
(description
|
||||||
"The PCI Utilities are a collection of programs for inspecting and
|
"The PCI Utilities are a collection of programs for inspecting and
|
||||||
|
|
Loading…
Reference in a new issue