diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 14:04:27 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 14:04:27 +0200 |
| commit | 5d8f799a1171f92054d4b45ba130cd7fdad0bd01 (patch) | |
| tree | 0f51290b3a60d71d25d7a49b66d5bd54dd7a4156 /app/metainfo.xml | |
| parent | c45004b73bb045328a724d1d860df6d1515af6d4 (diff) | |
| download | turns-5d8f799a1171f92054d4b45ba130cd7fdad0bd01.tar.xz turns-5d8f799a1171f92054d4b45ba130cd7fdad0bd01.zip | |
app: prepare restructuring
Diffstat (limited to 'app/metainfo.xml')
| -rw-r--r-- | app/metainfo.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app/metainfo.xml b/app/metainfo.xml deleted file mode 100644 index 621c1ee..0000000 --- a/app/metainfo.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<component type="desktop"> - <id>ch.arknet.Turns</id> - <metadata_license>CC-BY-SA-4.0</metadata_license> - <project_license>LGPL-2.1-or-later</project_license> - <name>Turns</name> - <name xml:lang="de">Züge</name> - <summary>A simple turn order tracker</summary> - <description> - <p> - Turns is an application to track turn order for TTRPGs like Dungeons and Dragons or Call of Cthulhu. - </p> - </description> - <releases> - <release version="1.0" date="2025-12-31" type="stable"> - <description> - <p>This is the first public release</p> - </description> - </release> - </releases> - <recommends> - <control>keyboard</control> - <control>pointing</control> - </recommends> - <content_rating type="oars-1.1" /> - <keywords> - <keyword>Role-playing Games</keyword> - <keyword>Tabletop Games</keyword> - </keywords> - <developer id="ch.arknet"> - <name>Felix Morgner</name> - </developer> - <update_contact>felix.morgner@gmail.com</update_contact> - <launchable type="desktop-id">ch.arknet.Turns.desktop</launchable> - <url type="homepage">https://source.arknet.ch/fmorgner/turns</url> - <url type="bugtracker">https://source.arknet.ch/fmorgner/turns/-/issues</url> - <url type="vcs-browser">https://source.arknet.ch/fmorgner/turns</url> -</component>
\ No newline at end of file |
