commit: d64305da59a76a428ae8d1795e8f7ffb2afff854 Author: Manuel Friedli (IT-SWE-CD1-UI) <manuel.friedli <AT> sbb <DOT> ch> AuthorDate: Sat Mar 10 00:12:27 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 10 07:50:28 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=d64305da
repositories: Add fritteli-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/112 files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 333d027..be7c80b 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1690,6 +1690,19 @@ FIN <source type="git">git://github.com/alphallc/freeswitch</source> <feed>https://github.com/alphallc/freeswitch/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>fritteli</name> + <description lang="en">fritteli's Gentoo Overlay</description> + <homepage>https://gittr.ch/linux/gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Manuel Friedli</name> + </owner> + <source type="git">https://gittr.ch/linux/gentoo-overlay.git</source> + <source type="git">git://gittr.ch/linux/gentoo-overlay.git</source> + <source type="git">[email protected]:linux/gentoo-overlay.git</source> + <feed>https://gittr.ch/linux/gentoo-overlay.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>frostyx</name> <description lang="en">FrostyX's personal overlay</description>
