Updates comments and dockerfile maintainer lines
to use HTTPS urls where applicable.
Signed-off-by: Eric Windisch <eric@windisch.us>
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
## Run this script from the root of the docker repository |
| 4 | 4 |
## to query project stats useful to the maintainers. |
| 5 | 5 |
## You will need to install `pulls` and `issues` from |
| 6 |
-## http://github.com/crosbymichael/pulls |
|
| 6 |
+## https://github.com/crosbymichael/pulls |
|
| 7 | 7 |
|
| 8 | 8 |
set -e |
| 9 | 9 |
|