nckx pushed a commit to branch master
in repository guix.

commit 5331dcd6fc8073ae7147e3c081247722270b490c
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 19 00:30:12 2020 +0100

    gnu: opensubdiv: Use HTTPS home page.
    
    * gnu/packages/graphics.scm (opensubdiv)[home-page]: Use HTTPS.
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 1a1038e..2d50a5f 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

Reply via email to