commit: 670d03a8d98da64062495ab4bf87e12300a502fa Author: mrtnvgr <martynovegorOF <AT> yandex <DOT> ru> AuthorDate: Sat Nov 5 04:20:09 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Nov 23 18:00:16 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=670d03a8
repositories: Add mrtnvgr overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/558 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 07faad3..d4786e9 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2572,6 +2572,18 @@ <source type="git">git+ssh://[email protected]/yemou/moulay.git</source> <feed>https://gitlab.com/yemou/moulay/commits/master?format=atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>mrtnvgr</name> + <description lang="en">mrtnvgr's personal overlay</description> + <homepage>https://github.com/mrtnvgr/gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Egor Martynov</name> + </owner> + <source type="git">https://github.com/mrtnvgr/gentoo-overlay.git</source> + <source type="git">git+ssh://[email protected]/mrtnvgr/gentoo-overlay.git</source> + <feed>https://github.com/mrtnvgr/gentoo-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>mschiff</name> <description lang="en">Developer overlay</description>
