commit: c367df06053e8c01867dfc187327496a8dbaf8b4 Author: BratishkaErik <erik.zholdasov <AT> mail <DOT> ru> AuthorDate: Sat Oct 16 12:08:06 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 16 16:06:55 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=c367df06
repositories: Add bratishkaerik-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/437 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 d2dfbd2..735f5cb 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -670,6 +670,18 @@ <source type="git">https://github.com/l29ah/booboo.git</source> <feed>https://github.com/l29ah/booboo/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>bratishkaerik-overlay</name> + <description lang="en">Personal overlay</description> + <homepage>https://github.com/BratishkaErik/bratishkaerik-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>BratishkaErik</name> + </owner> + <source type="git">https://github.com/BratishkaErik/bratishkaerik-overlay.git</source> + <source type="git">git+ssh://[email protected]/BratishkaErik/bratishkaerik-overlay.git</source> + <feed>https://github.com/BratishkaErik/bratishkaerik-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>brave-overlay</name> <description lang="en">Brave Overlay</description>
