guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: ogre: Use HTTPS home page.


From: guix-commits
Subject: 05/08: gnu: ogre: Use HTTPS home page.
Date: Sat, 21 Mar 2020 11:23:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 05fe0f5648a75fbf71f3de596512791bc6b83b89
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:12:00 2020 +0100

    gnu: ogre: Use HTTPS home page.
    
    * gnu/packages/graphics.scm (ogre)[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 2d50a5f..f4bb628 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -326,7 +326,7 @@ exception-handling library.")
 flexible 3D engine written in C++ designed to make it easier and more intuitive
 for developers to produce applications utilising hardware-accelerated 3D
 graphics.")
-    (home-page "http://www.ogre3d.org/";)
+    (home-page "https://www.ogre3d.org/";)
     (license license:expat)))
 
 (define-public openexr



reply via email to

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