guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: opensubdiv: Use HTTPS home page.


From: guix-commits
Subject: 01/08: gnu: opensubdiv: Use HTTPS home page.
Date: Tue, 17 Mar 2020 15:08:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5331dcd6fc8073ae7147e3c081247722270b490c
Author: Tobias Geerinckx-Rice <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]