diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:23:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 03:09:51 +0100 |
commit | 69669b2877da7af012a4ddca2a85cb6f54467b28 (patch) | |
tree | 957446d4f1736608bda0417f686a36da391853ae | |
parent | 2aaa09f17ddcc14a88468299bd33d8a22928ceee (diff) | |
download | guix-69669b2877da7af012a4ddca2a85cb6f54467b28.tar.gz guix-69669b2877da7af012a4ddca2a85cb6f54467b28.zip |
gnu: guile-rsvg: Use HTTPS home page.
* gnu/packages/gtk.scm (guile-rsvg)[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 d52dc41e7e..df9fc05294 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -923,7 +923,7 @@ exceptions, macros, and a dynamic programming environment.") (description "Guile-RSVG wraps the RSVG library for Guile, allowing you to render SVG images onto Cairo surfaces.") - (home-page "http://wingolog.org/projects/guile-rsvg/") + (home-page "https://wingolog.org/projects/guile-rsvg/") (license license:lgpl2.1+)))) (define-public guile3.0-rsvg |