Archived
1
0
Fork 0

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 @@ Python without keeping their credentials in a Docker configuration file.")
(description "This package provides the container daemon for Docker. (description "This package provides the container daemon for Docker.
It includes image transfer and storage, container execution and supervision, It includes image transfer and storage, container execution and supervision,
network attachments.") network attachments.")
(home-page "http://containerd.io/") (home-page "https://containerd.io/")
(license license:asl2.0))) (license license:asl2.0)))
;;; Private package that shouldn't be used directly; its purposes is to be ;;; Private package that shouldn't be used directly; its purposes is to be