guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: inkscape: Use HTTPS for home page.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: inkscape: Use HTTPS for home page.
Date: Wed, 10 Jan 2018 21:13:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 50dc3b8b2fc1d9c9c083c295d4f66ecd0d15b3b8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 11 01:29:25 2018 +0100

    gnu: inkscape: Use HTTPS for home page.
    
    * gnu/packages/inkscape.scm (inkscape)[home-page]: Use HTTPS.
---
 gnu/packages/inkscape.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 991d90a..f1a3cb2 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]