]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Change installation url to comply with git security change (#2765)
authorJeffrey Lazar <jeff.p.lazar@gmail.com>
Tue, 11 Jan 2022 22:37:07 +0000 (17:37 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 22:37:07 +0000 (14:37 -0800)
Co-authored-by: Jeffrey Lazar <jlazar@MacBook-Pro-2.local>
docs/getting_started.md

index 987290ac91fb0655777eaa3e136428eeb4c97730..1227f6537574c0b4112a2c533ab631587480205f 100644 (file)
@@ -21,7 +21,7 @@ run. If you want to format Jupyter Notebooks, install with `pip install black[ju
 
 If you can't wait for the latest _hotness_ and want to install from GitHub, use:
 
-`pip install git+git://github.com/psf/black`
+`pip install git+https://github.com/psf/black`
 
 ## Basic usage