mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cgal: Use HTTPS home page.
gnu/packages/graphics.scm (cgal)[home-page]: Use HTTPS.
This commit is contained in:
parent
43999c6109
commit
9e25afcb0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue