guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: cgal: Use HTTPS home page.


From: guix-commits
Subject: 05/06: gnu: cgal: Use HTTPS home page.
Date: Sat, 9 Nov 2019 19:35:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9e25afcb0b0f5396b37da36b90df260bcb3a834b
Author: Tobias Geerinckx-Rice <address@hidden>
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

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