gnu: containerd: Use HTTPS home page.

* gnu/packages/docker.scm (containerd)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 20:35:43 +01:00
parent e11639f385
commit dd6114dfc5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -238,7 +238,7 @@ (define-public containerd
(description "This package provides the container daemon for Docker.
It includes image transfer and storage, container execution and supervision,
network attachments.")
(home-page "http://containerd.io/")
(home-page "https://containerd.io/")
(license license:asl2.0)))
;;; Private package that shouldn't be used directly; its purposes is to be