diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-11 01:29:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-11 03:16:01 +0100 |
commit | 50dc3b8b2fc1d9c9c083c295d4f66ecd0d15b3b8 (patch) | |
tree | c02f9c5907afbfd38cfacb57424054a595665cac /gnu/packages/inkscape.scm | |
parent | 2b7eda61cbf92145e647954d2b4897358811144b (diff) | |
download | gnu-guix-50dc3b8b2fc1d9c9c083c295d4f66ecd0d15b3b8.tar gnu-guix-50dc3b8b2fc1d9c9c083c295d4f66ecd0d15b3b8.tar.gz |
gnu: inkscape: Use HTTPS for home page.
* gnu/packages/inkscape.scm (inkscape)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/inkscape.scm')
-rw-r--r-- | gnu/packages/inkscape.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index 991d90ae50..f1a3cb23f4 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -88,7 +88,7 @@ ("pkg-config" ,pkg-config))) ;; FIXME: tests require gmock (arguments `(#:tests? #f)) - (home-page "http://inkscape.org/") + (home-page "https://inkscape.org/") (synopsis "Vector graphics editor") (description "Inkscape is a vector graphics editor. What sets Inkscape apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C standard, |