diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:35:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-21 18:33:40 +0100 |
commit | dd6114dfc59592fb6e28af410a55a5151bc7c589 (patch) | |
tree | e59828cd9db4782c47d4d01629096cc49515c43c | |
parent | e11639f385f7ea2ef0b5b0ede79c83572b33110c (diff) | |
download | patches-dd6114dfc59592fb6e28af410a55a5151bc7c589.tar patches-dd6114dfc59592fb6e28af410a55a5151bc7c589.tar.gz |
gnu: containerd: Use HTTPS home page.
* gnu/packages/docker.scm (containerd)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/docker.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm index cc353fd11f..b23e067888 100644 --- a/gnu/packages/docker.scm +++ b/gnu/packages/docker.scm @@ -238,7 +238,7 @@ Python without keeping their credentials in a Docker configuration file.") (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 |