commit: edb868025d685d52eeee3bfb64bba001174a6b2b Author: EinstokFair <einfair <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Mon Feb 3 23:29:37 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 04:49:46 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=edb86802
repositories: Please add einflay overlay Closes: https://bugs.gentoo.org/708148 Closes: https://github.com/gentoo/api-gentoo-org/pull/246 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 8355e89..b53ea93 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1329,6 +1329,18 @@ </owner> <source type="git">https://gitlab.com/eigennet/eigenlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>einflay</name> + <description lang="en">Personal overlay</description> + <homepage>https://github.com/EinstokFair/einflay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Einstok Fair</name> + </owner> + <source type="git">https://github.com/EinstokFair/einflay.git</source> + <source type="git">git+ssh://[email protected]/EinstokFair/einflay.git</source> + <feed>https://github.com/EinstokFair/einflay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>ejabberd</name> <description>Fresh ejabberd versions and dependencies</description>
