gnu: ogre: Use HTTPS home page.

* gnu/packages/graphics.scm (ogre)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:12:00 +01:00
parent e2b70d90ca
commit 05fe0f5648
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -326,7 +326,7 @@ (define-public ogre
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