| 1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <component type="desktop-application">
- <id>ssh-mitm</id>
- <metadata_license>MIT</metadata_license>
- <project_license>Python-2.0</project_license>
- <name>SSH-MITM</name>
- <summary>SSH-MITM on Python {{ python-fullversion }}</summary>
- <description>
- <p> Python {{ python-fullversion }} + SSH-MITM bundled in an AppImage.
- </p>
- </description>
- <launchable type="desktop-id">ssh-mitm.desktop</launchable>
- <url type="homepage">https://www.ssh.mitm.at</url>
- <provides>
- <binary>python{{ python-version }}</binary>
- </provides>
- </component>
|