gnu: webkitgtk: Use HTTPS for home page.
* gnu/packages/webkitgtk.scm (webkitgtk)[home-page]: Use HTTPS.
This commit is contained in:
parent
86c9c0c118
commit
36b2cb029e
|
@ -136,7 +136,7 @@
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("sqlite" ,sqlite)))
|
("sqlite" ,sqlite)))
|
||||||
(home-page "http://www.webkitgtk.org/")
|
(home-page "https://www.webkitgtk.org/")
|
||||||
(synopsis "Web content engine for GTK+")
|
(synopsis "Web content engine for GTK+")
|
||||||
(description
|
(description
|
||||||
"WebKitGTK+ is a full-featured port of the WebKit rendering engine,
|
"WebKitGTK+ is a full-featured port of the WebKit rendering engine,
|
||||||
|
|
Loading…
Reference in New Issue