mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: keepalived: Update home page.
* gnu/packages/cluster.scm (keepalived)[home-page]: Use HTTPS.
This commit is contained in:
parent
ce6db0fa7c
commit
d1bfad2f0d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ (define-public keepalived
|
||||||
`(("openssl" ,openssl)
|
`(("openssl" ,openssl)
|
||||||
("libnfnetlink" ,libnfnetlink)
|
("libnfnetlink" ,libnfnetlink)
|
||||||
("libnl" ,libnl)))
|
("libnl" ,libnl)))
|
||||||
(home-page "http://www.keepalived.org/")
|
(home-page "https://www.keepalived.org/")
|
||||||
(synopsis "Load balancing and high-availability frameworks")
|
(synopsis "Load balancing and high-availability frameworks")
|
||||||
(description
|
(description
|
||||||
"Keepalived provides frameworks for both load balancing and high
|
"Keepalived provides frameworks for both load balancing and high
|
||||||
|
|
Loading…
Reference in a new issue