Skip to content
Snippets Groups Projects
Unverified Commit 25c4a04f authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: OpenEXR: Update home page.

* gnu/packages/graphics.scm (ilmbase, openexr)[home-page]: Use HTTPS.
parent 942c7889
No related branches found
No related tags found
No related merge requests found
...@@ -347,7 +347,7 @@ (define-public ilmbase ...@@ -347,7 +347,7 @@ (define-public ilmbase
(lambda _ (lambda _
(chdir "IlmBase") (chdir "IlmBase")
#t))))) #t)))))
(home-page "http://www.openexr.com/") (home-page "https://www.openexr.com/")
(synopsis "Utility C++ libraries for threads, maths, and exceptions") (synopsis "Utility C++ libraries for threads, maths, and exceptions")
(description (description
"IlmBase provides several utility libraries for C++. Half is a class "IlmBase provides several utility libraries for C++. Half is a class
...@@ -453,7 +453,7 @@ (define-public openexr ...@@ -453,7 +453,7 @@ (define-public openexr
(propagated-inputs (propagated-inputs
`(("ilmbase" ,ilmbase) ;used in public headers `(("ilmbase" ,ilmbase) ;used in public headers
("zlib" ,zlib))) ;OpenEXR.pc reads "-lz" ("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") (synopsis "High-dynamic range file format library")
(description (description
"OpenEXR is a high dynamic-range (HDR) image file format developed for "OpenEXR is a high dynamic-range (HDR) image file format developed for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment