-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlayman.xml
More file actions
16 lines (16 loc) · 764 Bytes
/
layman.xml
File metadata and controls
16 lines (16 loc) · 764 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="testing" status="unofficial">
<name><![CDATA[obs-studio-overlay]]></name>
<description lang="en"><![CDATA[Gentoo overlay for OBS Studio]]></description>
<homepage>https://github.com/saintdev/obs-studio-overlay</homepage>
<owner type="person">
<name><![CDATA[saintdev]]></name>
<!--<email></email>-->
</owner>
<source type="git">git://github.com/saintdev/obs-studio-overlay.git</source>
<source type="git">https://github.com/saintdev/obs-studio-overlay.git</source>
<feed>https://github.com/saintdev/obs-studio-overlay/commits/master.atom</feed>
</repo>
</repositories>