commit: b5d4ce50e51c0f994b039a3a8c88552720974962 Author: suntar <alenk.serg <AT> gmail <DOT> com> AuthorDate: Tue Sep 14 11:46:35 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 14 20:19:33 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b5d4ce50
repositories: Add suntar Closes: https://github.com/gentoo/api-gentoo-org/pull/430 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 1ddaf22..e06aa28 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4115,6 +4115,17 @@ <source type="git">https://github.com/istitov/stuff.git</source> <feed>https://github.com/istitov/stuff/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>suntar</name> + <description lang="en">Suntar's overlay</description> + <homepage>https://github.com/suntar/suntar-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Elena Sergeicheva</name> + </owner> + <source type="git">git://github.com/suntar/suntar-overlay.git</source> + <feed>https://github.com/suntar/suntar-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>superposition</name> <description lang="en">Phil's overlay</description>
