me
/
guix
Archived
1
0
Fork 0

gnu: containerd: Use HTTPS home page.

* gnu/packages/docker.scm (containerd)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

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