commit: 891f6f8269a4bfd7f5378791fcd95076f43714a7 Author: Fernando Ayats <ayatsfer <AT> gmail <DOT> com> AuthorDate: Wed Oct 20 17:52:03 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 20 21:02:54 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=891f6f82
repositories: Add viperML-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/439 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 31133ac..762fa99 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4619,6 +4619,18 @@ <source type="git">[email protected]:vifino/vifino-overlay.git</source> <feed>https://github.com/vifino/vifino-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>viperML-overlay</name> + <description lang="en">viperML's personal overlay</description> + <homepage>https://github.com/viperML/viperML-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Fernando Ayats</name> + </owner> + <source type="git">https://github.com/viperML/viperML-overlay.git</source> + <source type="git">git+ssh://[email protected]/viperML/viperML-overlay.git</source> + <feed>https://github.com/viperML/viperML-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>vklimovs</name> <description lang="en">vklimovs' personal portage overlay</description>
