diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:46:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 00:13:56 +0100 |
commit | 806b0c2c6e59b76f264a772b7c205822744dbb7c (patch) | |
tree | 93af6b4e90469802b2238405b02e6586846adcf3 | |
parent | 519dc88c751b3101e824862e650087741881a327 (diff) | |
download | guix-806b0c2c6e59b76f264a772b7c205822744dbb7c.tar.gz guix-806b0c2c6e59b76f264a772b7c205822744dbb7c.zip |
gnu: graphene: Use HTTPS home page.
* gnu/packages/gtk.scm (graphene)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
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 |