diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:00:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 03:21:45 +0100 |
commit | 35f985cb52d7bc3d7e03d5db0a63da4dcf4d3322 (patch) | |
tree | b2aab5b324e8fa691b644924bcd784bcc3fc8d75 /gnu | |
parent | 0eecc9eba84478ebf31113f4dc975ddbcddbf7fd (diff) | |
download | patches-35f985cb52d7bc3d7e03d5db0a63da4dcf4d3322.tar patches-35f985cb52d7bc3d7e03d5db0a63da4dcf4d3322.tar.gz |
gnu: guile-present: Use HTTPS home page.
* gnu/packages/gtk.scm (guile-present)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 f934eabe27..16852650ea 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -986,7 +986,7 @@ images onto Cairo surfaces.") `(("guile-lib" ,guile-lib) ("guile-cairo" ,guile-cairo) ("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") (description "Guile-Present defines a declarative vocabulary for presentations, |