diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:30:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 20:02:07 +0100 |
commit | 5331dcd6fc8073ae7147e3c081247722270b490c (patch) | |
tree | dfb1b2d02f54b9614470fc33ef7977820c078870 /gnu/packages/graphics.scm | |
parent | eecf72433fef8dee6bc3e1c69ea4f3f90410e096 (diff) | |
download | patches-5331dcd6fc8073ae7147e3c081247722270b490c.tar patches-5331dcd6fc8073ae7147e3c081247722270b490c.tar.gz |
gnu: opensubdiv: Use HTTPS home page.
* gnu/packages/graphics.scm (opensubdiv)[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 1a1038eca2..2d50a5f539 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -979,7 +979,7 @@ requirements.") ("libxi" ,libxi) ("zlib" ,zlib) ("glfw" ,glfw))) - (home-page "http://graphics.pixar.com/opensubdiv/") + (home-page "https://graphics.pixar.com/opensubdiv/") (synopsis "High performance subdivision surface evaluation") (description "OpenSubdiv is a set of libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU |