commit: 2ef2b4d6289fbadc6e7fb303e2257e5008cc9998 Author: AtharvaAmritkar <atharvaamritkar <AT> protonmail <DOT> com> AuthorDate: Mon Dec 27 18:09:27 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Dec 27 20:33:23 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=2ef2b4d6
repositories: add hikari overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/457 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 40bc1b3..2df8dfa 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2072,6 +2072,18 @@ <feed>https://cgit.gentoo.org/user/hibiscus.git/atom/</feed> <!-- <feed>https://cgit.gentoo.org/user/hibiscus.git/rss/</feed> --> </repo> + <repo quality="experimental" status="unofficial"> + <name>hikari</name> + <description lang="en">hikari's overlay</description> + <homepage>https://github.com/AtharvaAmritkar/hikari-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Atharva Amritkar</name> + </owner> + <source type="git">https://github.com/atharvaamritkar/hikari-overlay.git</source> + <source type="git">[email protected]:atharvaamritkar/hikari-overlay.git</source> + <feed>https://github.com/AtharvaAmritkar/hikari-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>holgersson-overlay</name> <description lang="en">Nils "holgersson" Freydank's personal overlay</description>
