mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
metainfo: Fix wrong developer ID
Appstream decided to use reversed domains, see https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3217>
This commit is contained in:
parent
723c0a6e61
commit
d31dab77e0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
<project_group>GNOME</project_group>
|
<project_group>GNOME</project_group>
|
||||||
<!-- developer_name tag deprecated with Appstream 1.0 -->
|
<!-- developer_name tag deprecated with Appstream 1.0 -->
|
||||||
<developer_name>The GNOME Project</developer_name>
|
<developer_name>The GNOME Project</developer_name>
|
||||||
<developer id="gnome.org">
|
<developer id="org.gnome">
|
||||||
<name>The GNOME Project</name>
|
<name>The GNOME Project</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue