kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 094ffd9b13e24f206040e66b4750a6b74a11bd03
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Sun Nov 10 01:16:34 2019 +0100

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

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 917e7ba..f038f1d 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -311,7 +311,7 @@ more.")
      `(("mpfr" ,mpfr)
        ("gmp" ,gmp)
        ("boost" ,boost)))
-    (home-page "http://cgal.org/";)
+    (home-page "https://www.cgal.org/";)
     (synopsis "Computational geometry algorithms library")
     (description
      "CGAL provides easy access to efficient and reliable geometric algorithms

Reply via email to