From b36df9c51174836ed346d845cbed45eed1ffb50b Mon Sep 17 00:00:00 2001 From: Javier Sagredo Date: Sun, 1 Sep 2024 23:11:57 +0200 Subject: [PATCH] Do not advertise `git://` in docs --- doc/version-control-fields.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/version-control-fields.rst b/doc/version-control-fields.rst index 71dd59c4953..739905d4b8a 100644 --- a/doc/version-control-fields.rst +++ b/doc/version-control-fields.rst @@ -64,7 +64,7 @@ The location of the repository, usually a URL but the exact form of this field depends on the repository type. For example: - for Darcs: ``http://code.haskell.org/foo/`` -- for Git: ``git://github.com/foo/bar.git`` +- for Git: ``https://github.com/foo/bar.git`` - for CVS: ``anoncvs@cvs.foo.org:/cvs`` VCS branch