@@ -71,8 +71,14 @@ include::partial$packagers/yaml/tap.adoc[]
7171 categories:
7272 - Development
7373
74+ # An unique ID to identify the component developer / development team.
75+ # See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer[<developergt;]
76+ # Defaults to the owner of the release repository.
77+ # icon:icon:dot-circle[]
78+ developerId: duke
79+
7480 # Represent the developers or project responsible for development of the project.
75- # See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer_name [<developer_name> ;]
81+ # See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer [<developergt ;]
7682 # Defaults to the project's authors separated by comma.
7783 # icon:icon:dot-circle[]
7884 developerName: Duke
@@ -171,8 +177,14 @@ include::partial$packagers/toml/tap.adoc[]
171177 # icon:exclamation-triangle[]
172178 categories = ["Development"]
173179
180+ # An unique ID to identify the component developer / development team.
181+ # See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer[<developergt;]
182+ # Defaults to the owner of the release repository.
183+ # icon:icon:dot-circle[]
184+ developerId = "duke"
185+
174186 # Represent the developers or project responsible for development of the project.
175- # See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer_name [<developer_name> ;]
187+ # See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer [<developergt ;]
176188 # Defaults to the project's authors separated by comma.
177189 # icon:icon:dot-circle[]
178190 developerName = "Duke"
@@ -269,8 +281,14 @@ include::partial$packagers/json/tap.adoc[]
269281 "Development"
270282 ],
271283
284+ // An unique ID to identify the component developer / development team.
285+ // See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer[<developergt;]
286+ // Defaults to the owner of the release repository.
287+ // icon:icon:dot-circle[]
288+ "developerId": "duke",
289+
272290 // Represent the developers or project responsible for development of the project.
273- // See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer_name [<developer_name> ;]
291+ // See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer [<developergt ;]
274292 // Defaults to the project's authors separated by comma.
275293 // icon:icon:dot-circle[]
276294 "developerName": "Duke",
@@ -384,9 +402,17 @@ include::partial$packagers/maven/tap.adoc[]
384402 <category>Development</category>
385403 </categories>
386404
405+ <!--
406+ An unique ID to identify the component developer / development team.
407+ See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer[<developergt;]
408+ Defaults to the owner of the release repository.
409+ icon:icon:dot-circle[]
410+ -->
411+ <developerId>duke</developerId>
412+
387413 <!--
388414 Represent the developers or project responsible for development of the project.
389- See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer_name[<developer_name> ]
415+ See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer[<developergt; ]
390416 Defaults to the project's authors separated by comma.
391417 icon:icon:dot-circle[]
392418 -->
@@ -532,8 +558,14 @@ include::partial$packagers/gradle/tap.adoc[]
532558 // icon:exclamation-triangle[]
533559 category('Development')
534560
561+ // An unique ID to identify the component developer / development team.
562+ // See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer[<developergt;]
563+ // Defaults to the owner of the release repository.
564+ // icon:icon:dot-circle[]
565+ developerId = 'duke'
566+
535567 // Represent the developers or project responsible for development of the project.
536- // See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer_name [<developer_name> ;]
568+ // See link:https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer [<developergt ;]
537569 // Defaults to the project's authors separated by comma.
538570 // icon:icon:dot-circle[]
539571 developerName = 'Duke'
0 commit comments