gnu: gifsicle: Use HTTPS.
* gnu/packages/image.scm (gifsicle)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
5c46e1dda8
commit
645b6c7fc7
|
@ -1509,7 +1509,7 @@ in-memory raw vectors.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.lcdf.org/gifsicle/gifsicle-"
|
(uri (string-append "https://www.lcdf.org/gifsicle/gifsicle-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rffpzxcak19k6cngpxn73khvm3z1gswrqs90ycdzzb53p05ddas"))))
|
(base32 "0rffpzxcak19k6cngpxn73khvm3z1gswrqs90ycdzzb53p05ddas"))))
|
||||||
|
@ -1529,7 +1529,7 @@ in-memory raw vectors.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs `(("perl" ,perl))) ; only for tests
|
(native-inputs `(("perl" ,perl))) ; only for tests
|
||||||
(inputs `(("libx11" ,libx11)))
|
(inputs `(("libx11" ,libx11)))
|
||||||
(home-page "http://www.lcdf.org/gifsicle/")
|
(home-page "https://www.lcdf.org/gifsicle/")
|
||||||
(synopsis "Edit GIF images and animations")
|
(synopsis "Edit GIF images and animations")
|
||||||
(description "Gifsicle is a command-line GIF image manipulation tool that:
|
(description "Gifsicle is a command-line GIF image manipulation tool that:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue