forked from freepn/freepn-overlay
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlayman.xml
More file actions
16 lines (16 loc) · 742 Bytes
/
layman.xml
File metadata and controls
16 lines (16 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
<repo quality="experimental" status="unofficial">
<name><![CDATA[python-overlay]]></name>
<description lang="en"><![CDATA[FreePN Python Overlay]]></description>
<homepage>https://github.com/freepn/python-overlay</homepage>
<owner type="person">
<name><![CDATA[nerdboy]]></name>
<email>nerdboy@gentoo.org</email>
</owner>
<source type="git">git://github.com/freepn/python-overlay.git</source>
<source type="git">https://github.com/freepn/python-overlay.git</source>
<feed>https://github.com/freepn/python-overlay/commits/maint.atom</feed>
</repo>
</repositories>