gnu: guile-present: Use HTTPS home page.
* gnu/packages/gtk.scm (guile-present)[home-page]: Use HTTPS.master
parent
0eecc9eba8
commit
35f985cb52
|
@ -986,7 +986,7 @@ images onto Cairo surfaces.")
|
||||||
`(("guile-lib" ,guile-lib)
|
`(("guile-lib" ,guile-lib)
|
||||||
("guile-cairo" ,guile-cairo)
|
("guile-cairo" ,guile-cairo)
|
||||||
("guile-rsvg" ,guile-rsvg)))
|
("guile-rsvg" ,guile-rsvg)))
|
||||||
(home-page "http://wingolog.org/software/guile-present/")
|
(home-page "https://wingolog.org/software/guile-present/")
|
||||||
(synopsis "Create SVG or PDF presentations in Guile")
|
(synopsis "Create SVG or PDF presentations in Guile")
|
||||||
(description
|
(description
|
||||||
"Guile-Present defines a declarative vocabulary for presentations,
|
"Guile-Present defines a declarative vocabulary for presentations,
|
||||||
|
|
Reference in New Issue