gnu: ganeti: Use HTTPS home page URI.
* gnu/packages/virtualization.scm (ganeti)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
9045bf80a7
commit
21f4a18e36
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ server and embedded PowerPC, and S390 guests.")
|
||||||
("python-bitarray" ,python-bitarray)
|
("python-bitarray" ,python-bitarray)
|
||||||
("python-paramiko" ,python-paramiko)
|
("python-paramiko" ,python-paramiko)
|
||||||
("python-psutil" ,python-psutil)))
|
("python-psutil" ,python-psutil)))
|
||||||
(home-page "http://www.ganeti.org/")
|
(home-page "https://www.ganeti.org/")
|
||||||
(synopsis "Cluster-based virtual machine management system")
|
(synopsis "Cluster-based virtual machine management system")
|
||||||
(description
|
(description
|
||||||
"Ganeti is a virtual machine management tool built on top of existing
|
"Ganeti is a virtual machine management tool built on top of existing
|
||||||
|
|
Reference in a new issue