commit: 64ba320b164e5ab3aca20482604cdbff67c0e3d3 Author: Ryotaro Nakamura <nakamura.ryotaro.kzs <AT> gmail <DOT> com> AuthorDate: Tue Oct 24 21:05:52 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 12 12:06:31 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=64ba320b
repositories: add nryotaro-overlay Signed-off-by: Ryotaro Nakamura <nakamura.ryotaro.kzs <AT> gmail.com> Closes: https://github.com/gentoo/api-gentoo-org/pull/635 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 b78e3de..2d4b63a 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2843,6 +2843,18 @@ <source type="git">[email protected]:lahouari.dc/nordvpn.git</source> <feed>https://gitlab.com/lahouari.dc/nordvpn/-/commits/main.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>nryotaro</name> + <description lang="en">nryotaro overlay</description> + <homepage>https://github.com/nryotaro/gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Ryotaro Nakamura</name> + </owner> + <source type="git">https://github.com/nryotaro/gentoo-overlay.git</source> + <source type="git">[email protected]:nryotaro/gentoo-overlay.git</source> + <feed>https://github.com/nryotaro/gentoo-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>nymphos</name> <description lang="en">Overlay for ebuilds used in NymphOS</description>
