mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use HTTPS for package URL
Signed-off-by: Eric Windisch <eric@windisch.us>
This commit is contained in:
parent
787d774af0
commit
67a983fc37
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ fi
|
|||
# ie, 1.5.0 > 1.5.0~rc1 > 1.5.0~git20150128.112847.17e840a > 1.5.0~dev~git20150128.112847.17e840a
|
||||
|
||||
PACKAGE_ARCHITECTURE="$(dpkg-architecture -qDEB_HOST_ARCH)"
|
||||
PACKAGE_URL="http://www.docker.com/"
|
||||
PACKAGE_URL="https://www.docker.com/"
|
||||
PACKAGE_MAINTAINER="support@docker.com"
|
||||
PACKAGE_DESCRIPTION="Linux container runtime
|
||||
Docker complements LXC with a high-level API which operates at the process
|
||||
|
|
Loading…
Add table
Reference in a new issue