commit: 4cf04f3a008abd70256c9e63fc5f5e3c8aae6176 Author: Nguyen Dinh Dang Duong <dangduong31205 <AT> gmail <DOT> com> AuthorDate: Sat Mar 29 21:54:09 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:32:05 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=4cf04f3a
repositories: add tomoshibi-overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/733 Closes: https://github.com/gentoo/api-gentoo-org/pull/733 Signed-off-by: Sam James <sam <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 a4b1d7d9..7e4c1c57 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4590,6 +4590,18 @@ <source type="git">git+ssh://[email protected]/tmacedo/portage.git</source> <feed>https://github.com/tmacedo/portage/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>tomoshibi-overlay</name> + <description lang="en">Tomoshibi personal overlay</description> + <homepage>https://github.com/tht2005/tomoshibi-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Nguyen Dinh Dang Duong</name> + </owner> + <source type="git">https://github.com/tht2005/tomoshibi-overlay.git</source> + <source type="git">[email protected]:tht2005/tomoshibi-overlay.git</source> + <feed>https://github.com/tht2005/tomoshibi-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>toniz4-overlay</name> <description>Useful packages for your person use</description>
