Skip to content

Commit 910f7a4

Browse files
committed
README: Replace RAW-HTML with image
`.. raw::`-directives are not allowed on pypi. Let's just switch to using the image-directive to generate basically the same output. Signed-off-by: Chris Fiege <[email protected]>
1 parent 88a2482 commit 910f7a4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ Under the hood this tool provides interfaces to access the following features of
3131
Packages
3232
--------
3333

34-
.. raw:: html
35-
36-
<a href="https://repology.org/project/usbsdmux/versions">
37-
<img src="https://repology.org/badge/vertical-allrepos/usbsdmux.svg?exclude_unsupported=1" alt="Packaging status" align="right">
38-
</a>
39-
4034
This tool is `packaged <https://packages.debian.org/search?keywords=usbsdmux&searchon=names&exact=1>`_ in Debian 12
4135
(aka *bookworm*) and later.
4236
The package ships the ``usbsdmux`` tool and the corresponding *udev* -rules.
4337
So you can simply ``apt install usbsdmux`` and skip all installation steps below.
4438

45-
Packages also exist for `some other distributions <https://repology.org/project/usbsdmux/versions>`_.
39+
Packages also exist for `some other distributions <https://repology.org/project/usbsdmux/versions>`_:
40+
41+
.. image:: https://repology.org/badge/vertical-allrepos/usbsdmux.svg
42+
:target: https://repology.org/project/usbsdmux/versions
43+
:alt: Packaging status
44+
:width: 188
45+
:align: right
4646

4747
Quickstart
4848
----------

0 commit comments

Comments
 (0)