forked from Godin/gentoo-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayman.xml
More file actions
16 lines (16 loc) · 741 Bytes
/
layman.xml
File metadata and controls
16 lines (16 loc) · 741 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[godin]]></name>
<description lang="en"><![CDATA[Godin's Gentoo Overlay]]></description>
<homepage>https://github.com/Godin/gentoo-overlay</homepage>
<owner type="person">
<email>mandrikov@gmail.com</email>
<name><![CDATA[Evgeny Mandrikov]]></name>
</owner>
<source type="git">git://github.com/Godin/gentoo-overlay.git</source>
<source type="git">https://github.com/Godin/gentoo-overlay.git</source>
<feed>https://github.com/Godin/gentoo-overlay/commits/master.atom</feed>
</repo>
</repositories>