commit: 731f278cd3d66bd1d823ee080c6977e7250c229e Author: AIEU <458892+aieu <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Fri Apr 9 11:45:03 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 9 13:25:44 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=731f278c
repositories: add vGist overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/387 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index c701d04..b47ec47 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4350,6 +4350,19 @@ <source type="git">git+ssh://[email protected]/proj/vdr/devel.git</source> <feed>https://cgit.gentoo.org/proj/vdr/devel.git/atom/</feed> </repo> + <repo quality="experimental" status="official"> + <name>vGist</name> + <description>vGist overlay, for personal use.</description> + <homepage>https://github.com/vgist/vgist-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>havee</name> + </owner> + <source type="git">https://github.com/vgist/vgist-overlay.git</source> + <source type="git">git://github.com/vgist/vgist-overlay.git</source> + <source type="git">[email protected]:vgist/vgist-overlay.git</source> + <feed>https://github.com/vgist/vgist-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>vifino-overlay</name> <description lang="en">vifino's personal overlay</description>
