commit: 35b24fe01a8aa34c2cef7baf0679d7bc59c8b712 Author: Miezhiko <Miezhiko <AT> gmail <DOT> com> AuthorDate: Fri Aug 27 10:38:04 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 27 12:03:39 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=35b24fe0
repositories: Add Miezhiko Closes: https://github.com/gentoo/api-gentoo-org/pull/423 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index bbbcd31..8ec3daf 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2586,6 +2586,17 @@ <source type="git">https://github.com/metafarion/metahax.git</source> <feed>https://github.com/metafarion/metahax/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>Miezhiko</name> + <description>Miezhiko personal overlay</description> + <homepage>https://github.com/Miezhiko/Overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Miezhiko</name> + </owner> + <source type="git">https://github.com/Miezhiko/Overlay.git</source> + <feed>https://github.com/Miezhiko/Overlay/commits/mawa.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>milos-rs</name> <description>A pocket repository for few unavailable packages</description>
