aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:23:31 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 03:09:51 +0100
commit69669b2877da7af012a4ddca2a85cb6f54467b28 (patch)
tree957446d4f1736608bda0417f686a36da391853ae
parent2aaa09f17ddcc14a88468299bd33d8a22928ceee (diff)
downloadguix-69669b2877da7af012a4ddca2a85cb6f54467b28.tar
guix-69669b2877da7af012a4ddca2a85cb6f54467b28.tar.gz
gnu: guile-rsvg: Use HTTPS home page.
* gnu/packages/gtk.scm (guile-rsvg)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/gtk.scm2
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