diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-10 01:16:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-10 01:34:40 +0100 |
commit | 9e25afcb0b0f5396b37da36b90df260bcb3a834b (patch) | |
tree | c7015f809c8d079db1d77af80f7366acde1943a9 /gnu/packages/graphics.scm | |
parent | 43999c61093c6b7c933e213c8bbfaee8d6ab6980 (diff) | |
download | patches-9e25afcb0b0f5396b37da36b90df260bcb3a834b.tar patches-9e25afcb0b0f5396b37da36b90df260bcb3a834b.tar.gz |
gnu: cgal: Use HTTPS home page.
gnu/packages/graphics.scm (cgal)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 917e7ba397..f038f1daf6 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 |