commit: 140c245faef8c7c50a9d0fec50856acbf7b6eb45 Author: IllyaTheHath <illyathehath <AT> outlook <DOT> com> AuthorDate: Tue Oct 17 10:24:22 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 4 07:50:05 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=140c245f
repositories: add chiyuki-overlay Signed-off-by: Chiyuki Kagura <illyathehath <AT> outlook.com> Closes: https://github.com/gentoo/api-gentoo-org/pull/630 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 5c19133..85fd2b7 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -796,6 +796,17 @@ <source type="git">https://github.com/brothermechanic/cg.git</source> <source type="git">git+ssh://[email protected]/brothermechanic/cg.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>chiyuki-overlay</name> + <description lang="en">Chiyuki's Personal Gentoo Linux Overlay</description> + <homepage>https://github.com/IllyaTheHath/gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Chiyuki Kagura</name> + </owner> + <source type="git">https://github.com/IllyaTheHath/gentoo-overlay.git</source> + <source type="git">git+ssh://[email protected]:IllyaTheHath/gentoo-overlay.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>chymeric</name> <description lang="en">Overlay for scientific software and desktop minimalism</description>
