gnu: opensubdiv: Use HTTPS home page.
* gnu/packages/graphics.scm (opensubdiv)[home-page]: Use HTTPS.
parent
eecf72433f
commit
5331dcd6fc
|
@ -979,7 +979,7 @@ requirements.")
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("glfw" ,glfw)))
|
("glfw" ,glfw)))
|
||||||
(home-page "http://graphics.pixar.com/opensubdiv/")
|
(home-page "https://graphics.pixar.com/opensubdiv/")
|
||||||
(synopsis "High performance subdivision surface evaluation")
|
(synopsis "High performance subdivision surface evaluation")
|
||||||
(description "OpenSubdiv is a set of libraries that implement high
|
(description "OpenSubdiv is a set of libraries that implement high
|
||||||
performance subdivision surface (subdiv) evaluation on massively parallel CPU
|
performance subdivision surface (subdiv) evaluation on massively parallel CPU
|
||||||
|
|
Reference in New Issue