diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:06:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 03:01:45 +0100 |
commit | 44184f33562f483c32c9ec78db5cef26b3386cfd (patch) | |
tree | 066af9cacfbab4af955bdaddd5e4916895a2b25d /gnu/packages/gd.scm | |
parent | 2d3da18613d91476b264ad1ff4700ca8a52a6fb3 (diff) | |
download | guix-44184f33562f483c32c9ec78db5cef26b3386cfd.tar.gz |
gnu: gd: Use HTTPS home page.
* gnu/packages/gd.scm (gd)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/gd.scm')
-rw-r--r-- | gnu/packages/gd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index 5b3f8509f8..2d3ee4200d 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -83,7 +83,7 @@ (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 |