mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: OpenEXR: Update home page.
* gnu/packages/graphics.scm (ilmbase, openexr)[home-page]: Use HTTPS.
This commit is contained in:
parent
942c788949
commit
25c4a04fde
1 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ (define-public ilmbase
|
|||
(lambda _
|
||||
(chdir "IlmBase")
|
||||
#t)))))
|
||||
(home-page "http://www.openexr.com/")
|
||||
(home-page "https://www.openexr.com/")
|
||||
(synopsis "Utility C++ libraries for threads, maths, and exceptions")
|
||||
(description
|
||||
"IlmBase provides several utility libraries for C++. Half is a class
|
||||
|
@ -453,7 +453,7 @@ (define-public openexr
|
|||
(propagated-inputs
|
||||
`(("ilmbase" ,ilmbase) ;used in public headers
|
||||
("zlib" ,zlib))) ;OpenEXR.pc reads "-lz"
|
||||
(home-page "http://www.openexr.com")
|
||||
(home-page "https://www.openexr.com/")
|
||||
(synopsis "High-dynamic range file format library")
|
||||
(description
|
||||
"OpenEXR is a high dynamic-range (HDR) image file format developed for
|
||||
|
|
Loading…
Reference in a new issue