diff options
author | 2023-08-23 12:32:52 +0100 | |
---|---|---|
committer | 2023-08-23 22:05:47 +0100 | |
commit | 2af80f49d8508403c65a155c88680c30d673fd2c (patch) | |
tree | 0f88a8938299e7b97c11a33c7a8ac4bfed4e49c4 /dev-python/mkdocstrings | |
parent | sys-cluster/kubelet: typo fix (diff) | |
download | gentoo-2af80f49d8508403c65a155c88680c30d673fd2c.tar.gz gentoo-2af80f49d8508403c65a155c88680c30d673fd2c.tar.bz2 gentoo-2af80f49d8508403c65a155c88680c30d673fd2c.zip |
dev-python/mkdocstrings: fix the PyPI URI in HOMEPAGE
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/mkdocstrings')
-rw-r--r-- | dev-python/mkdocstrings/mkdocstrings-0.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mkdocstrings/mkdocstrings-0.22.0.ebuild b/dev-python/mkdocstrings/mkdocstrings-0.22.0.ebuild index 81bd657d2b5b..a60f88888c9b 100644 --- a/dev-python/mkdocstrings/mkdocstrings-0.22.0.ebuild +++ b/dev-python/mkdocstrings/mkdocstrings-0.22.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Automatic documentation from sources, for MkDocs" HOMEPAGE=" https://mkdocstrings.github.io/ https://github.com/mkdocstrings/mkdocstrings/ - https://pypi.org/project/mkdocs-autorefs/ + https://pypi.org/project/mkdocstrings/ " # Tests require files absent from PyPI tarballs SRC_URI=" |