mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ogre: Use HTTPS home page.
* gnu/packages/graphics.scm (ogre)[home-page]: Use HTTPS.
This commit is contained in:
parent
e2b70d90ca
commit
05fe0f5648
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue