gnu: cgal: Use HTTPS home page.

gnu/packages/graphics.scm (cgal)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-10 01:16:34 +01:00
parent 43999c6109
commit 9e25afcb0b
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -311,7 +311,7 @@ (define-public cgal
`(("mpfr" ,mpfr) `(("mpfr" ,mpfr)
("gmp" ,gmp) ("gmp" ,gmp)
("boost" ,boost))) ("boost" ,boost)))
(home-page "http://cgal.org/") (home-page "https://www.cgal.org/")
(synopsis "Computational geometry algorithms library") (synopsis "Computational geometry algorithms library")
(description (description
"CGAL provides easy access to efficient and reliable geometric algorithms "CGAL provides easy access to efficient and reliable geometric algorithms