gnu: gd: Use HTTPS home page.
* gnu/packages/gd.scm (gd)[home-page]: Use HTTPS.master
parent
2d3da18613
commit
44184f3356
|
@ -83,7 +83,7 @@
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
`(("fontconfig" ,fontconfig)
|
||||||
("libjpeg" ,libjpeg)))
|
("libjpeg" ,libjpeg)))
|
||||||
(home-page "http://www.libgd.org/")
|
(home-page "https://www.libgd.org/")
|
||||||
(synopsis "Library for the dynamic creation of images by programmers")
|
(synopsis "Library for the dynamic creation of images by programmers")
|
||||||
(description
|
(description
|
||||||
"GD is a library for the dynamic creation of images by programmers. GD
|
"GD is a library for the dynamic creation of images by programmers. GD
|
||||||
|
|
Reference in New Issue