Add AppStream metadata license and developer info
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0f475ebb32
commit
442861dca7
|
|
@ -1,6 +1,10 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="console-application">
|
<component type="console-application">
|
||||||
<id>org.opencircuitdesign.magic</id>
|
<id>org.opencircuitdesign.magic</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<developer id="org.opencircuitdesign">
|
||||||
|
<name>OpenCircuitDesign</name>
|
||||||
|
</developer>
|
||||||
|
|
||||||
<name>Magic</name>
|
<name>Magic</name>
|
||||||
<summary>A VLSI Layout System</summary>
|
<summary>A VLSI Layout System</summary>
|
||||||
|
|
@ -19,8 +23,9 @@
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<url type="homepage">http://opencircuitdesign.com/magic/</url>
|
<url type="homepage">https://opencircuitdesign.com/magic/</url>
|
||||||
<url type="bugtracker">https://github.com/RTimothyEdwards/magic/issues</url>
|
<url type="bugtracker">https://github.com/RTimothyEdwards/magic/issues</url>
|
||||||
|
<url type="vcs-browser">https://github.com/RTimothyEdwards/magic</url>
|
||||||
|
|
||||||
<categories>
|
<categories>
|
||||||
<category>Development</category>
|
<category>Development</category>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue