commit: 60d5a3837d2070d01336e90f3c7e7d6ce54a4fca Author: OlexiyKhokhlov <alex.forth <AT> gmail <DOT> com> AuthorDate: Wed Nov 10 12:22:21 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Nov 10 16:29:33 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=60d5a383
repositories: add okh overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/444 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 abb9316..da11dbd 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2982,6 +2982,18 @@ <source type="git">git+ssh://[email protected]/oddlama/overlay.git</source> <feed>https://github.com/oddlama/overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>okh</name> + <description lang="en">Personal overlay with no special focus.</description> + <homepage>https://github.com/OlexiyKhokhlov/okh-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Olexiy Khokhlov</name> + </owner> + <source type="git">https://github.com/OlexiyKhokhlov/okh-overlay.git</source> + <source type="git">[email protected]:OlexiyKhokhlov/okh-overlay.git</source> + <feed>https://github.com/OlexiyKhokhlov/okh-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>olifre</name> <description lang="en">Personal overlay of Oliver Freyermuth.</description>
