commit: fac29dc6377b91f7b31ba281be712fbfeb3d3984 Author: Garrett Howard <garrett <AT> mersh <DOT> com> AuthorDate: Thu May 5 07:20:37 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu May 5 17:42:17 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=fac29dc6
repositories: Add fragtoo Closes: https://github.com/gentoo/api-gentoo-org/pull/517 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index d7bd91b..51b76db 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1525,6 +1525,18 @@ <source type="git">[email protected]:Pekkari/foxiverlay.git</source> <feed>https://github.com/Pekkari/foxiverlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>fragtoo</name> + <description lang="en">My personal Gentoo overlay, mostly related to gaming</description> + <homepage>https://github.com/garrhow/fragtoo</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Garrett Howard</name> + </owner> + <source type="git">https://github.com/garrhow/fragtoo.git</source> + <source type="git">git+ssh://[email protected]/garrhow/fragtoo.git</source> + <feed>https://github.com/garrhow/fragtoo/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>fritteli</name> <description lang="en">fritteli's Gentoo Overlay</description>
