From 0990e7843dd25d68777c3e45c5f563a2586e5d41 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 14 Jul 2022 14:29:59 +0100 Subject: [PATCH] python-build: Replace deprecated git protocol in the README (#2413) --- plugins/python-build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/README.md b/plugins/python-build/README.md index 931d56ef..6d6effd9 100644 --- a/plugins/python-build/README.md +++ b/plugins/python-build/README.md @@ -24,7 +24,7 @@ Installing python-build as a standalone program will give you access to the `python-build` command for precise control over Python version installation. If you have pyenv installed, you will also be able to use the `pyenv install` command. - git clone git://github.com/pyenv/pyenv.git + git clone https://github.com/pyenv/pyenv.git cd pyenv/plugins/python-build ./install.sh