commit: 52d0609453a1bdf7753410f1e37665a4403eb36d Author: anton <anton.molyboha <AT> gmail <DOT> com> AuthorDate: Fri Oct 22 12:55:33 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Apr 14 07:31:06 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=52d06094
repositories: Add antons-matrix-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/440 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 f7fc30f..8a7168f 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -368,6 +368,18 @@ <source type="git">[email protected]:anomen-s/anomen-overlay.git</source> <feed>https://github.com/anomen-s/anomen-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>antons-matrix-overlay</name> + <description lang="en">Packages related to matrix.org messaging system</description> + <homepage>https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Anton</name> + </owner> + <source type="git">https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix.git</source> + <source type="git">git+ssh://[email protected]:anton.molyboha.group/gentoo/overlays/matrix.git</source> + <feed>https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix/-/commits/master?format=atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>anyc</name> <description lang="en">Testing ebuilds for out-of-tree applications</description>
