gnu: graphene: Use HTTPS home page.
* gnu/packages/gtk.scm (graphene)[home-page]: Use HTTPS.master
parent
519dc88c75
commit
806b0c2c6e
|
@ -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
|
||||
|
|
Reference in New Issue