gnu: soil: Update home page.
* gnu/packages/gl.scm (soil)[home-page]: Use HTTPS.
This commit is contained in:
parent
7c22aa63cd
commit
c0f6eebb6d
|
@ -619,7 +619,7 @@ OpenGL graphics API.")
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("mesa" ,mesa)))
|
`(("mesa" ,mesa)))
|
||||||
(home-page "http://www.lonesock.net/soil.html")
|
(home-page "https://www.lonesock.net/soil.html")
|
||||||
(synopsis "OpenGL texture loading library")
|
(synopsis "OpenGL texture loading library")
|
||||||
(description
|
(description
|
||||||
"SOIL is a tiny C library used primarily for uploading textures into
|
"SOIL is a tiny C library used primarily for uploading textures into
|
||||||
|
|
Loading…
Reference in New Issue