-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathmetadata.xml
More file actions
29 lines (29 loc) · 1.01 KB
/
metadata.xml
File metadata and controls
29 lines (29 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Dave Vandenbout</name>
<email>dave@vdb.name</email>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
Convert KiCad netlist into a PCBNEW .kicad_pcb file.
Convert KiCad netlist into a PCBNEW .kicad_pcb file.
</longdescription>
<longdescription lang="ru">
</longdescription>
<upstream>
<maintainer status="active">
<name>Dave Vandenbout</name>
<email>dave@vdb.name</email>
</maintainer>
<changelog>https://github.com/devbisme/kinet2pcb/blob/master/HISTORY.rst</changelog>
<doc lang="en">https://devbisme.github.io/kinet2pcb/docs/_build/singlehtml/index.html</doc>
<bugs-to>mailto:dave@vdb.name</bugs-to>
<remote-id type="github">devbisme/kinet2pcb</remote-id>
<remote-id type="pypi">kinet2pcb</remote-id>
</upstream>
</pkgmetadata>