~ruther/guix-local

50dc3b8b2fc1d9c9c083c295d4f66ecd0d15b3b8 — Tobias Geerinckx-Rice 8 years ago 2b7eda6
gnu: inkscape: Use HTTPS for home page.

* gnu/packages/inkscape.scm (inkscape)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/inkscape.scm
M gnu/packages/inkscape.scm => gnu/packages/inkscape.scm +1 -1
@@ 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,