commit: b6776f39b4a24538ac9b0ae53d48d5f5fbce5921 Author: Andrew Udvare <audvare <AT> gmail <DOT> com> AuthorDate: Thu Dec 10 02:20:19 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 10 08:45:16 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b6776f39
repositories: Add tatsh-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/345 Signed-off-by: Michał Górny <mgorny <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 0d30672..c6cd28e 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4806,6 +4806,18 @@ </owner> <source type="git">https://schlomp.space/tastytea/overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>tatsh-overlay</name> + <description lang="en">Overlay from Tatsh - emulators/fonts/game/misc</description> + <homepage>https://github.com/Tatsh/tatsh-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Andrew Udvare</name> + </owner> + <source type="git">https://github.com/Tatsh/tatsh-overlay.git</source> + <source type="git">git+ssh://[email protected]/Tatsh/tatsh-overlay.git</source> + <feed>https://github.com/Tatsh/tatsh-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>telans</name> <description lang="en">Overlay from telans - gaming/misc</description>
