remove id because otherwise a cyclic dependency is created

https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/
Error message during flatpak build on flathub:
```{
    "errors": [
        "appstream-failed-validation"
    ],
    "warnings": [
        "appstream-summary-too-long"
    ],
    "appstream": [
        "W: com.github.Murmele.Gittyup:49: circular-component-relation"
    ],
    "message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"
}
```
This commit is contained in:
Martin Marmsoler 2024-05-08 20:41:09 +02:00
parent ee5a4aea81
commit c748d12d92

View File

@ -46,7 +46,6 @@
<provides>
<binary>gittyup</binary>
<id>com.github.Murmele.Gittyup</id>
</provides>
<releases>