mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: gd: Use HTTPS home page.
* gnu/packages/gd.scm (gd)[home-page]: Use HTTPS.
This commit is contained in:
parent
2d3da18613
commit
44184f3356
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ (define-public gd
|
|||
(propagated-inputs
|
||||
`(("fontconfig" ,fontconfig)
|
||||
("libjpeg" ,libjpeg)))
|
||||
(home-page "http://www.libgd.org/")
|
||||
(home-page "https://www.libgd.org/")
|
||||
(synopsis "Library for the dynamic creation of images by programmers")
|
||||
(description
|
||||
"GD is a library for the dynamic creation of images by programmers. GD
|
||||
|
|
Loading…
Reference in a new issue