summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:46:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-11 00:13:56 +0100
commit806b0c2c6e59b76f264a772b7c205822744dbb7c (patch)
tree93af6b4e90469802b2238405b02e6586846adcf3
parent519dc88c751b3101e824862e650087741881a327 (diff)
downloadpatches-806b0c2c6e59b76f264a772b7c205822744dbb7c.tar
patches-806b0c2c6e59b76f264a772b7c205822744dbb7c.tar.gz
gnu: graphene: Use HTTPS home page.
* gnu/packages/gtk.scm (graphene)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/gtk.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f28a3b04ba..7a364d4b35 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1732,7 +1732,7 @@ Parcellite and adds bugfixes and features.")
("python-2" ,python-2)
("glib" ,glib)
("gobject-introspection" ,gobject-introspection)))
- (home-page "http://ebassi.github.io/graphene")
+ (home-page "https://ebassi.github.io/graphene/")
(synopsis "Thin layer of graphic data types")
(description "This library provides graphic types and their relative API;
it does not deal with windowing system surfaces, drawing, scene graphs, or