diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:12:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 16:20:11 +0100 |
commit | 05fe0f5648a75fbf71f3de596512791bc6b83b89 (patch) | |
tree | d6fe68639238d91e121e9e473412106d59a33526 | |
parent | e2b70d90ca741eb7eca4371f19f930cc12cdeb58 (diff) | |
download | guix-05fe0f5648a75fbf71f3de596512791bc6b83b89.tar.gz guix-05fe0f5648a75fbf71f3de596512791bc6b83b89.zip |
gnu: ogre: Use HTTPS home page.
* gnu/packages/graphics.scm (ogre)[home-page]: Use HTTPS.
-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 2d50a5f539..f4bb62857c 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 |