]> 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:

Fix typo in CITATION.cff (#3779)
authorskykasko <88055150+skykasko@users.noreply.github.com>
Tue, 11 Jul 2023 02:38:01 +0000 (22:38 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 02:38:01 +0000 (19:38 -0700)
Fix tiny typo in CITATION.cff

CITATION.cff

index ddf64f616ff273a302932336d95248bc1acde3d6..7ff0e3ca9bc075f7d30f12ebfb380c98378614b1 100644 (file)
@@ -11,7 +11,7 @@ repository-code: "https://github.com/psf/black"
 url: "https://black.readthedocs.io/en/stable/"
 abstract: >-
   Black is the uncompromising Python code formatter. By using it, you agree to cede
-  control over minutiae ofhand-formatting. In return, Black gives you speed,
+  control over minutiae of hand-formatting. In return, Black gives you speed,
   determinism, and freedom from pycodestyle nagging about formatting. You will save time
   and mental energy for more important matters.